#DE4992

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

Shades of Deep Cerise #DE4992

Tints of Deep Cerise #DE4992

Color information

#DE4992 (or 0xDE4992) is unknown color: approx Deep Cerise. HEX triplet: DE, 49 and 92. RGB value is (222,73,146). Sum of RGB (Red+Green+Blue) = 222+73+146=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4992 is #21B66D. Grayscale: #7D7D7D. Windows color (decimal): -2209390 or 9587166. OLE color: 9587166.

HSL color Cylindrical-coordinate representation of color #DE4992: hue angle of 330.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4992 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB22273146-
CMYK00.670.340.13
HSL330.6º69.3%57.84%-
HSV(B)330.6º67.12%87.06%-
XYZ37.722.3729.53-
YUV125.87139.36196.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 73 (28.91% from 255) = 16.55%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=50.34%
G=16.55%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227314600.670.340.13330.669.357.84
HexDE499204322D14b453a
Octal3361112220103421551310572
Binary110111101001001100100100100001110001011011010010111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4992; }

 p { color: rgb(222,73,146); }

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

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

 a { background-color: rgb(222,73,146); }

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

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

 span { border-color: rgb(222,73,146); }

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