Html Css Color HEX #D02868 Cerise

📋 copy color: '#D02868'

red 208 ◦ green 40 ◦ blue 104

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

Shades of Cerise #D02868

Tints of Cerise #D02868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 59.09%
G = 11.36%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D02868 (or 0xD02868) is known color: Cerise. HEX triplet: D0, 28 and 68. RGB value is (208,40,104). Sum of RGB (Red+Green+Blue) = 208+40+104=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D02868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02868 is #2FD797. Grayscale: #616161. Windows color (decimal): -3135384 or 6826192. OLE color: 6826192.

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

Color convert

RGB 208 40 104 -
CMYK 0 0.81 0.5 0.18
HSL 337.14º 0.68% 0.49% -
HSV(B) 337.14º 0.81% 0.82% -
XYZ 29.27 15.93 14.63 -
YUV 97.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 208 40 104 0 0.81 0.5 0.18 337.14 0.68 0.49
Hex D0 28 68 0 51 32 12 151 44 31
Octal 320 50 150 0 121 62 22 521 104 61
Binary 11010000 101000 1101000 0 1010001 110010 10010 101010001 1000100 110001

Color Harmonies of #D02868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02868

Black with #D02868

Text Example


Text Example

White with #D02868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02868; }

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

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

background-color css

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

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

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

border-color css

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

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

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