#DE4196

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

Shades of Deep Cerise #DE4196

Tints of Deep Cerise #DE4196

Color information

#DE4196 (or 0xDE4196) is unknown color: approx Deep Cerise. HEX triplet: DE, 41 and 96. RGB value is (222,65,150). Sum of RGB (Red+Green+Blue) = 222+65+150=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4196 is #21BE69. Grayscale: #797979. Windows color (decimal): -2211434 or 9847262. OLE color: 9847262.

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

Color convert

RGB22265150-
CMYK00.710.320.13
HSL327.52º70.4%56.27%-
HSV(B)327.52º70.72%87.06%-
XYZ37.5221.5131.03-
YUV121.63144.01199.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 65 (25.78% from 255) = 14.87%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=50.80%
G=14.87%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226515000.710.320.13327.5270.456.27
HexDE419604720D1484638
Octal3361012260107401551010670
Binary110111101000001100101100100011110000011011010010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4196; }

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

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

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

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

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

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

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

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