Html Css Color HEX #D02D74 Deep Cerise

📋 copy color: '#D02D74'

red 208 ◦ green 45 ◦ blue 116

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

Shades of Deep Cerise #D02D74

Tints of Deep Cerise #D02D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 56.37%
G = 12.2%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D02D74 (or 0xD02D74) is known color: Deep Cerise. HEX triplet: D0, 2D and 74. RGB value is (208,45,116). Sum of RGB (Red+Green+Blue) = 208+45+116=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D74 is #2FD28B. Grayscale: #656565. Windows color (decimal): -3134092 or 7613904. OLE color: 7613904.

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

Color convert

RGB 208 45 116 -
CMYK 0 0.78 0.44 0.18
HSL 333.87º 0.64% 0.5% -
HSV(B) 333.87º 0.78% 0.82% -
XYZ 30.1 16.55 18.13 -
YUV 101.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 208 45 116 0 0.78 0.44 0.18 333.87 0.64 0.5
Hex D0 2D 74 0 4E 2C 12 14E 40 32
Octal 320 55 164 0 116 54 22 516 100 62
Binary 11010000 101101 1110100 0 1001110 101100 10010 101001110 1000000 110010

Color Harmonies of #D02D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D74

Black with #D02D74

Text Example


Text Example

White with #D02D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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