#DE4791

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

Shades of Deep Cerise #DE4791

Tints of Deep Cerise #DE4791

Color information

#DE4791 (or 0xDE4791) is unknown color: approx Deep Cerise. HEX triplet: DE, 47 and 91. RGB value is (222,71,145). Sum of RGB (Red+Green+Blue) = 222+71+145=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4791 is #21B86E. Grayscale: #7C7C7C. Windows color (decimal): -2209903 or 9521118. OLE color: 9521118.

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

Color convert

RGB22271145-
CMYK00.680.350.13
HSL330.6º69.59%57.45%-
HSV(B)330.6º68.02%87.06%-
XYZ37.4922.0829.07-
YUV124.58139.53197.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.68%
GREEN value IS 71 (28.12% from 255) = 16.21%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=50.68%
G=16.21%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227114500.680.350.13330.669.5957.45
HexDE479104423D14b4639
Octal3361072210104431551310671
Binary110111101000111100100010100010010001111011010010111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4791; }

 p { color: rgb(222,71,145); }

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

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

 a { background-color: rgb(222,71,145); }

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

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

 span { border-color: rgb(222,71,145); }

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