Html Css Color HEX #D02888 Deep Cerise

📋 copy color: '#D02888'

red 208 ◦ green 40 ◦ blue 136

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

Shades of Deep Cerise #D02888

Tints of Deep Cerise #D02888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.42%

R = 54.17%
G = 10.42%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D02888 (or 0xD02888) is known color: Deep Cerise. HEX triplet: D0, 28 and 88. RGB value is (208,40,136). Sum of RGB (Red+Green+Blue) = 208+40+136=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D02888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02888 is #2FD777. Grayscale: #646464. Windows color (decimal): -3135352 or 8923344. OLE color: 8923344.

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

Color convert

RGB 208 40 136 -
CMYK 0 0.81 0.35 0.18
HSL 325.71º 0.68% 0.49% -
HSV(B) 325.71º 0.81% 0.82% -
XYZ 31.22 16.71 24.87 -
YUV 101.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 208 40 136 0 0.81 0.35 0.18 325.71 0.68 0.49
Hex D0 28 88 0 51 23 12 146 44 31
Octal 320 50 210 0 121 43 22 506 104 61
Binary 11010000 101000 10001000 0 1010001 100011 10010 101000110 1000100 110001

Color Harmonies of #D02888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02888

Black with #D02888

Text Example


Text Example

White with #D02888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02888; }

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

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

background-color css

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

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

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

border-color css

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

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

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