#D033A0

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

Shades of Deep Cerise #D033A0

Tints of Deep Cerise #D033A0

Color information

#D033A0 (or 0xD033A0) is unknown color: approx Deep Cerise. HEX triplet: D0, 33 and A0. RGB value is (208,51,160). Sum of RGB (Red+Green+Blue) = 208+51+160=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D033A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D033A0 is #2FCC5F. Grayscale: #6E6E6E. Windows color (decimal): -3132512 or 10499024. OLE color: 10499024.

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

Color convert

RGB20851160-
CMYK00.750.230.18
HSL318.34º62.55%50.78%-
HSV(B)318.34º75.48%81.57%-
XYZ33.5418.3235.03-
YUV110.37156.01197.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.64%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=49.64%
G=12.17%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085116000.750.230.18318.3462.5550.78
HexD033A004B171213e3f33
Octal32063240011327224767763
Binary1101000011001110100000010010111011110010100111110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D033A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D033A0; }

 p { color: rgb(208,51,160); }

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

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

 a { background-color: rgb(208,51,160); }

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

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

 span { border-color: rgb(208,51,160); }

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