COLOR #D51DDD

HEX: #D51DDD
RGB: (213,29,221)

Renk bilgisi

#D51DDD contains mainly red and blue colors. #D51DDD ‘ nin web güvenlik rengi #CC33CC (ya da #C3C) dir.

RGB renk modeli

#D51DDD color RGB value is (213,29,221).

  • kırmız ton 213;
  • yeşil ton 29;
  • mavi ton 221.
RGB:
(213,29,221)
(84%,11%,87%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 29 of 255 = 11%
B 221 of 255 = 87%

213
29
221

R + G + B ~ 61%. #D51DDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 29 + 221 = 463 (100%)
R 213 of 463 ~ 46%
G 29 of 463 ~ 6.26%
B 221 of 463 ~ 47.73%

%46
%47.73

CMYK RENK MODELİ

#D51DDD rengi CMYK tonu (4,87,0,13).

  • camgöbeği tonu 3.62%
  • eflatun tonu 86.88%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(4,87,0,13)
C4M87Y0K13 
(4%,87%,0%,13%)
(0.04/0.87/0.00/0.13)	

CMYK yüzdeleri

%3.62
%86.88
%0
%13.33

Codes

Color #D51DDD in popluar color models

D51DDD
RGB21329221
HSL298°76.80%49.02%
HSB/HSV298°86.88%86.67%
CMYK3.62%86.88%0.00%
13.33%

Color #D51DDD in popluar number systems.

HEXD51DDD
Decimal21329221
Binary110101011110111011101
Octal32535335

Shades and tints

Shades of #D51DDD

#D51DDD
(213,29,221)
#C21BC9
(194,27,201)
#AF19B5
(175,25,181)
#9C17A1
(156,23,161)
#89158D
(137,21,141)
#761379
(118,19,121)
#631165
(99,17,101)
#500F51
(80,15,81)
#3D0D3D
(61,13,61)
#2A0B29
(42,11,41)
#170915
(23,9,21)
#000000
(0,0,0)

Tints of #D51DDD

#D51DDD
(213,29,221)
#D831E0
(216,49,224)
#DB45E3
(219,69,227)
#DE59E6
(222,89,230)
#E16DE9
(225,109,233)
#E481EC
(228,129,236)
#E795EF
(231,149,239)
#EAA9F2
(234,169,242)
#EDBDF5
(237,189,245)
#F0D1F8
(240,209,248)
#F3E5FB
(243,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D51DDD color. Also use rgb(213,29,221) instead hex code.

Text Font Color

.myTextColor { color: #D51DDD; }

<p style="color:#D51DDD">This sample text font color is #D51DDD.</p>

This text font color is #D51DDD.


Background Color

.myBgColor { background-color: #D51DDD; }

<div style="background-color:#D51DDD">Inner text</div>

This div background color is #D51DDD.


Border color

.myBorderColor { border: 1px solid #D51DDD; }

<div style="border:3px solid #D51DDD">Div</div>

This div border color is #D51DDD.


Opacity

.myOpacity80 { color: #D51DDD; opacity: 0.8; }

<p style="color:#D51DDD;opacity:0.8;">80%</p>

Text with #D51DDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D51DDD;}

<p style="text-shadow: 3px 3px 1px #D51DDD">Text here.</p>

This text has shadow with #D51DDD color.

.textShadow {text-shadow: 3px 3px 1px #D51DDD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D51DDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #D51DDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D51DDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D51DDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #D51DDD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D51DDD;
  -webkit-box-shadow:	1px 1px 3px 2px #D51DDD;
  box-shadow:		1px 1px 3px 2px #D51DDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D51DDD;
-webkit-box-shadow: 1px 1px 3px 2px #D51DDD;
box-shadow:1px 1px 3px 2px #D51DDD;">
Div content here</div>
This div box has shadow with color #D51DDD.

Preview

Color preview on black background

This text has color #D51DDD on black background.


Color preview on white background

This text has color #D51DDD on white background.



Black color preview on #D51DDD background

This text has black color on #D51DDD background.


White color preview on #D51DDD background

This text has white color on #D51DDD background.