#DE4589

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

Shades of Deep Cerise #DE4589

Tints of Deep Cerise #DE4589

Color information

#DE4589 (or 0xDE4589) is unknown color: approx Deep Cerise. HEX triplet: DE, 45 and 89. RGB value is (222,69,137). Sum of RGB (Red+Green+Blue) = 222+69+137=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4589 is #21BA76. Grayscale: #7A7A7A. Windows color (decimal): -2210423 or 8996318. OLE color: 8996318.

HSL color Cylindrical-coordinate representation of color #DE4589: hue angle of 333.33º 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 #DE4589 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22269137-
CMYK00.690.380.13
HSL333.33º69.86%57.06%-
HSV(B)333.33º68.92%87.06%-
XYZ36.7721.5925.9-
YUV122.5136.19198.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.87%
GREEN value IS 69 (27.34% from 255) = 16.12%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=51.87%
G=16.12%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226913700.690.380.13333.3369.8657.06
HexDE458904526D14d4639
Octal3361052110105461551510671
Binary110111101000101100010010100010110011011011010011011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4589; }

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

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

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

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

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

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

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

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