#D032A8

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

Shades of Deep Cerise #D032A8

Tints of Deep Cerise #D032A8

Color information

#D032A8 (or 0xD032A8) is unknown color: approx Deep Cerise. HEX triplet: D0, 32 and A8. RGB value is (208,50,168). Sum of RGB (Red+Green+Blue) = 208+50+168=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D032A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D032A8 is #2FCD57. Grayscale: #6E6E6E. Windows color (decimal): -3132760 or 11023056. OLE color: 11023056.

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

Color convert

RGB20850168-
CMYK00.760.190.18
HSL315.19º62.7%50.59%-
HSV(B)315.19º75.96%81.57%-
XYZ34.2218.5238.82-
YUV110.69160.35197.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 50 (19.92% from 255) = 11.74%
BLUE value IS 168 (66.02% from 255) = 39.44%
R=48.83%
G=11.74%
B=39.44%

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
Decimal2085016800.760.190.18315.1962.750.59
HexD032A804C131213b3f33
Octal32062250011423224737763
Binary1101000011001010101000010011001001110010100111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D032A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D032A8; }

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

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

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

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

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

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

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

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