Html Css Color HEX #D02873 Deep Cerise

📋 copy color: '#D02873'

red 208 ◦ green 40 ◦ blue 115

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

Shades of Deep Cerise #D02873

Tints of Deep Cerise #D02873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 57.3%
G = 11.02%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D02873 (or 0xD02873) is known color: Deep Cerise. HEX triplet: D0, 28 and 73. RGB value is (208,40,115). Sum of RGB (Red+Green+Blue) = 208+40+115=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D02873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02873 is #2FD78C. Grayscale: #626262. Windows color (decimal): -3135373 or 7547088. OLE color: 7547088.

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

Color convert

RGB 208 40 115 -
CMYK 0 0.81 0.45 0.18
HSL 333.21º 0.68% 0.49% -
HSV(B) 333.21º 0.81% 0.82% -
XYZ 29.87 16.17 17.77 -
YUV 98.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 208 40 115 0 0.81 0.45 0.18 333.21 0.68 0.49
Hex D0 28 73 0 51 2D 12 14D 44 31
Octal 320 50 163 0 121 55 22 515 104 61
Binary 11010000 101000 1110011 0 1010001 101101 10010 101001101 1000100 110001

Color Harmonies of #D02873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02873

Black with #D02873

Text Example


Text Example

White with #D02873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02873; }

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

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

background-color css

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

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

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

border-color css

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

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

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