Html Css Color HEX #D02876 Deep Cerise

📋 copy color: '#D02876'

red 208 ◦ green 40 ◦ blue 118

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

Shades of Deep Cerise #D02876

Tints of Deep Cerise #D02876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

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

R = 56.83%
G = 10.93%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D02876 (or 0xD02876) is known color: Deep Cerise. HEX triplet: D0, 28 and 76. RGB value is (208,40,118). Sum of RGB (Red+Green+Blue) = 208+40+118=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D02876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02876 is #2FD789. Grayscale: #626262. Windows color (decimal): -3135370 or 7743696. OLE color: 7743696.

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

Color convert

RGB 208 40 118 -
CMYK 0 0.81 0.43 0.18
HSL 332.14º 0.68% 0.49% -
HSV(B) 332.14º 0.81% 0.82% -
XYZ 30.04 16.24 18.69 -
YUV 99.12 138.66 205.66 -
System Red Green Blue C M Y K H S L
Decimal 208 40 118 0 0.81 0.43 0.18 332.14 0.68 0.49
Hex D0 28 76 0 51 2B 12 14C 44 31
Octal 320 50 166 0 121 53 22 514 104 61
Binary 11010000 101000 1110110 0 1010001 101011 10010 101001100 1000100 110001

Color Harmonies of #D02876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02876

Black with #D02876

Text Example


Text Example

White with #D02876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02876; }

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

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

background-color css

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

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

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

border-color css

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

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

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