Html Css Color HEX #D02D77 Deep Cerise

📋 copy color: '#D02D77'

red 208 ◦ green 45 ◦ blue 119

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

Shades of Deep Cerise #D02D77

Tints of Deep Cerise #D02D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 55.91%
G = 12.1%
B = 31.99%

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

#D02D77 (or 0xD02D77) is known color: Deep Cerise. HEX triplet: D0, 2D and 77. RGB value is (208,45,119). Sum of RGB (Red+Green+Blue) = 208+45+119=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D77 is #2FD288. Grayscale: #666666. Windows color (decimal): -3134089 or 7810512. OLE color: 7810512.

HSL color Cylindrical-coordinate representation of color #D02D77: hue angle of 332.76º 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 #D02D77 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 119 -
CMYK 0 0.78 0.43 0.18
HSL 332.76º 0.64% 0.5% -
HSV(B) 332.76º 0.78% 0.82% -
XYZ 30.28 16.62 19.06 -
YUV 102.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 208 45 119 0 0.78 0.43 0.18 332.76 0.64 0.5
Hex D0 2D 77 0 4E 2B 12 14D 40 32
Octal 320 55 167 0 116 53 22 515 100 62
Binary 11010000 101101 1110111 0 1001110 101011 10010 101001101 1000000 110010

Color Harmonies of #D02D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D77

Black with #D02D77

Text Example


Text Example

White with #D02D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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