Html Css Color HEX #D02576 Deep Cerise

📋 copy color: '#D02576'

red 208 ◦ green 37 ◦ blue 118

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

Shades of Deep Cerise #D02576

Tints of Deep Cerise #D02576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.19%

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

R = 57.3%
G = 10.19%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D02576 (or 0xD02576) is known color: Deep Cerise. HEX triplet: D0, 25 and 76. RGB value is (208,37,118). Sum of RGB (Red+Green+Blue) = 208+37+118=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D02576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02576 is #2FDA89. Grayscale: #616161. Windows color (decimal): -3136138 or 7742928. OLE color: 7742928.

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

Color convert

RGB 208 37 118 -
CMYK 0 0.82 0.43 0.18
HSL 331.58º 0.7% 0.48% -
HSV(B) 331.58º 0.82% 0.82% -
XYZ 29.94 16.04 18.66 -
YUV 97.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 208 37 118 0 0.82 0.43 0.18 331.58 0.7 0.48
Hex D0 25 76 0 52 2B 12 14C 46 30
Octal 320 45 166 0 122 53 22 514 106 60
Binary 11010000 100101 1110110 0 1010010 101011 10010 101001100 1000110 110000

Color Harmonies of #D02576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02576

Black with #D02576

Text Example


Text Example

White with #D02576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02576; }

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

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

background-color css

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

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

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

border-color css

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

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

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