#DE4588

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

Shades of Deep Cerise #DE4588

Tints of Deep Cerise #DE4588

Color information

#DE4588 (or 0xDE4588) is unknown color: approx Deep Cerise. HEX triplet: DE, 45 and 88. RGB value is (222,69,136). Sum of RGB (Red+Green+Blue) = 222+69+136=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4588 is #21BA77. Grayscale: #7A7A7A. Windows color (decimal): -2210424 or 8930782. OLE color: 8930782.

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

Color convert

RGB22269136-
CMYK00.690.390.13
HSL333.73º69.86%57.06%-
HSV(B)333.73º68.92%87.06%-
XYZ36.721.5625.52-
YUV122.38135.69199.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=51.99%
G=16.16%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226913600.690.390.13333.7369.8657.06
HexDE458804527D14e4639
Octal3361052100105471551610671
Binary110111101000101100010000100010110011111011010011101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4588; }

 p { color: rgb(222,69,136); }

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

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

 a { background-color: rgb(222,69,136); }

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

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

 span { border-color: rgb(222,69,136); }

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