Html Css Color HEX #D02859 Cerise

📋 copy color: '#D02859'

red 208 ◦ green 40 ◦ blue 89

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

Shades of Cerise #D02859

Tints of Cerise #D02859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 61.72%
G = 11.87%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D02859 (or 0xD02859) is known color: Cerise. HEX triplet: D0, 28 and 59. RGB value is (208,40,89). Sum of RGB (Red+Green+Blue) = 208+40+89=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D02859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02859 is #2FD7A6. Grayscale: #5F5F5F. Windows color (decimal): -3135399 or 5843152. OLE color: 5843152.

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

Color convert

RGB 208 40 89 -
CMYK 0 0.81 0.57 0.18
HSL 342.5º 0.68% 0.49% -
HSV(B) 342.5º 0.81% 0.82% -
XYZ 28.57 15.65 10.97 -
YUV 95.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 208 40 89 0 0.81 0.57 0.18 342.5 0.68 0.49
Hex D0 28 59 0 51 39 12 156 44 31
Octal 320 50 131 0 121 71 22 526 104 61
Binary 11010000 101000 1011001 0 1010001 111001 10010 101010110 1000100 110001

Color Harmonies of #D02859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02859

Black with #D02859

Text Example


Text Example

White with #D02859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02859; }

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

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

background-color css

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

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

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

border-color css

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

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

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