Html Css Color HEX #D02877 Deep Cerise

📋 copy color: '#D02877'

red 208 ◦ green 40 ◦ blue 119

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

Shades of Deep Cerise #D02877

Tints of Deep Cerise #D02877

RGB

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

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

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

R = 56.68%
G = 10.9%
B = 32.43%

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

#D02877 (or 0xD02877) is known color: Deep Cerise. HEX triplet: D0, 28 and 77. RGB value is (208,40,119). Sum of RGB (Red+Green+Blue) = 208+40+119=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D02877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02877 is #2FD788. Grayscale: #636363. Windows color (decimal): -3135369 or 7809232. OLE color: 7809232.

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

Color convert

RGB 208 40 119 -
CMYK 0 0.81 0.43 0.18
HSL 331.79º 0.68% 0.49% -
HSV(B) 331.79º 0.81% 0.82% -
XYZ 30.1 16.26 19 -
YUV 99.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 208 40 119 0 0.81 0.43 0.18 331.79 0.68 0.49
Hex D0 28 77 0 51 2B 12 14C 44 31
Octal 320 50 167 0 121 53 22 514 104 61
Binary 11010000 101000 1110111 0 1010001 101011 10010 101001100 1000100 110001

Color Harmonies of #D02877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02877

Black with #D02877

Text Example


Text Example

White with #D02877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02877; }

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

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

background-color css

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

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

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

border-color css

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

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

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