#D032A9

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

Shades of Deep Cerise #D032A9

Tints of Deep Cerise #D032A9

Color information

#D032A9 (or 0xD032A9) is unknown color: approx Deep Cerise. HEX triplet: D0, 32 and A9. RGB value is (208,50,169). Sum of RGB (Red+Green+Blue) = 208+50+169=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D032A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032A9 is #2FCD56. Grayscale: #6E6E6E. Windows color (decimal): -3132759 or 11088592. OLE color: 11088592.

HSL color Cylindrical-coordinate representation of color #D032A9: hue angle of 314.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D032A9 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20850169-
CMYK00.760.190.18
HSL314.81º62.7%50.59%-
HSV(B)314.81º75.96%81.57%-
XYZ34.3118.5639.31-
YUV110.81160.85197.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 50 (19.92% from 255) = 11.71%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=48.71%
G=11.71%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085016900.760.190.18314.8162.750.59
HexD032A904C131213b3f33
Octal32062251011423224737763
Binary1101000011001010101001010011001001110010100111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D032A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D032A9; }

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

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

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

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

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

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

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

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