#D02E79

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

Shades of Deep Cerise #D02E79

Tints of Deep Cerise #D02E79

Color information

#D02E79 (or 0xD02E79) is unknown color: approx Deep Cerise. HEX triplet: D0, 2E and 79. RGB value is (208,46,121). Sum of RGB (Red+Green+Blue) = 208+46+121=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E79 is #2FD186. Grayscale: #666666. Windows color (decimal): -3133831 or 7941840. OLE color: 7941840.

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

Color convert

RGB20846121-
CMYK00.780.420.18
HSL332.22º63.78%49.8%-
HSV(B)332.22º77.88%81.57%-
XYZ30.4416.7419.72-
YUV102.99138.17202.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.47%
GREEN value IS 46 (18.36% from 255) = 12.27%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=55.47%
G=12.27%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084612100.780.420.18332.2263.7849.8
HexD02E7904E2A1214c4032
Octal320561710116522251410062
Binary11010000101110111100101001110101010100101010011001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02E79; }

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

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

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

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

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

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

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

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