#D02DA9

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

Shades of Deep Cerise #D02DA9

Tints of Deep Cerise #D02DA9

Color information

#D02DA9 (or 0xD02DA9) is unknown color: approx Deep Cerise. HEX triplet: D0, 2D and A9. RGB value is (208,45,169). Sum of RGB (Red+Green+Blue) = 208+45+169=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02DA9 is #2FD256. Grayscale: #6B6B6B. Windows color (decimal): -3134039 or 11087312. OLE color: 11087312.

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

Color convert

RGB20845169-
CMYK00.780.190.18
HSL314.36º64.43%49.61%-
HSV(B)314.36º78.37%81.57%-
XYZ34.1118.1539.24-
YUV107.87162.5199.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 45 (17.97% from 255) = 10.66%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=49.29%
G=10.66%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084516900.780.190.18314.3664.4349.61
HexD02DA904E131213a4032
Octal320552510116232247210062
Binary11010000101101101010010100111010011100101001110101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02DA9; }

 p { color: rgb(208,45,169); }

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

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

 a { background-color: rgb(208,45,169); }

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

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

 span { border-color: rgb(208,45,169); }

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