Html Css Color HEX #D02D76 Deep Cerise

📋 copy color: '#D02D76'

red 208 ◦ green 45 ◦ blue 118

#D02D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D02D76

Tints of Deep Cerise #D02D76

RGB

 RED value IS 208 (81.64% from 255) = 56.06%

 GREEN value IS 45 (17.97% from 255) = 12.13%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 56.06%
G = 12.13%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D02D76 (or 0xD02D76) is known color: Deep Cerise. HEX triplet: D0, 2D and 76. RGB value is (208,45,118). Sum of RGB (Red+Green+Blue) = 208+45+118=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D76 is #2FD289. Grayscale: #656565. Windows color (decimal): -3134090 or 7744976. OLE color: 7744976.

HSL color Cylindrical-coordinate representation of color #D02D76: hue angle of 333.13º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D76 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 118 -
CMYK 0 0.78 0.43 0.18
HSL 333.13º 0.64% 0.5% -
HSV(B) 333.13º 0.78% 0.82% -
XYZ 30.22 16.59 18.75 -
YUV 102.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 208 45 118 0 0.78 0.43 0.18 333.13 0.64 0.5
Hex D0 2D 76 0 4E 2B 12 14D 40 32
Octal 320 55 166 0 116 53 22 515 100 62
Binary 11010000 101101 1110110 0 1001110 101011 10010 101001101 1000000 110010

Color Harmonies of #D02D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D76

Black with #D02D76

Text Example


Text Example

White with #D02D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D76; }

 p { color: rgb(208,45,118); }

 H1.HeaderClassName
 {
   color: #D02D76;
 }
 .AnyTagClassName
 {
   color: #D02D76;
 }
</style>

background-color css

<style>
 a { background-color: #D02D76; }

 a { background-color: rgb(208,45,118); }

 div.DivClassName
 {
   background-color: #D02D76;
 }
 .BgClassName
 {
   background-color: #D02D76;
 }
</style>

border-color css

<style>
 span { border-color: #D02D76; }

 span { border-color: rgb(208,45,118); }

 td.TdClassName
 {
   border-color: #D02D76;
 }
 .TagClassName
 {
   border-color: #D02D76;
 }
</style>