#DE3596

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

Shades of Deep Cerise #DE3596

Tints of Deep Cerise #DE3596

Color information

#DE3596 (or 0xDE3596) is unknown color: approx Deep Cerise. HEX triplet: DE, 35 and 96. RGB value is (222,53,150). Sum of RGB (Red+Green+Blue) = 222+53+150=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3596 is #21CA69. Grayscale: #727272. Windows color (decimal): -2214506 or 9844190. OLE color: 9844190.

HSL color Cylindrical-coordinate representation of color #DE3596: hue angle of 325.56º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE3596 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22253150-
CMYK00.760.320.13
HSL325.56º71.91%53.92%-
HSV(B)325.56º76.13%87.06%-
XYZ36.920.2830.82-
YUV114.59147.99204.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 53 (21.09% from 255) = 12.47%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=52.24%
G=12.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225315000.760.320.13325.5671.9153.92
HexDE359604C20D1464836
Octal336652260114401550611066
Binary11011110110101100101100100110010000011011010001101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3596; }

 p { color: rgb(222,53,150); }

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

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

 a { background-color: rgb(222,53,150); }

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

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

 span { border-color: rgb(222,53,150); }

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