#D02E8C

Color #D02E8C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D02E8C

Tints of Deep Cerise #D02E8C

Color information

#D02E8C (or 0xD02E8C) is unknown color: approx Deep Cerise. HEX triplet: D0, 2E and 8C. RGB value is (208,46,140). Sum of RGB (Red+Green+Blue) = 208+46+140=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02E8C is #2FD173. Grayscale: #686868. Windows color (decimal): -3133812 or 9187024. OLE color: 9187024.

HSL color Cylindrical-coordinate representation of color #D02E8C: hue angle of 325.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02E8C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20846140-
CMYK00.780.330.18
HSL325.19º63.78%49.8%-
HSV(B)325.19º77.88%81.57%-
XYZ31.7217.2626.47-
YUV105.15147.67201.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 46 (18.36% from 255) = 11.68%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=52.79%
G=11.68%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084614000.780.330.18325.1963.7849.8
HexD02E8C04E21121454032
Octal320562140116412250510062
Binary110100001011101000110001001110100001100101010001011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02E8C; }

 p { color: rgb(208,46,140); }

 H1.HeaderClassName
 {
   color: #D02E8C;
 }
 .AnyTagClassName
 {
   color: #D02E8C;
 }
</style>
background-color css

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

 a { background-color: rgb(208,46,140); }

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

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

 span { border-color: rgb(208,46,140); }

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