#DE459C

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

Shades of Deep Cerise #DE459C

Tints of Deep Cerise #DE459C

Color information

#DE459C (or 0xDE459C) is unknown color: approx Deep Cerise. HEX triplet: DE, 45 and 9C. RGB value is (222,69,156). Sum of RGB (Red+Green+Blue) = 222+69+156=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE459C is #21BA63. Grayscale: #7C7C7C. Windows color (decimal): -2210404 or 10241502. OLE color: 10241502.

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

Color convert

RGB22269156-
CMYK00.690.300.13
HSL325.88º69.86%57.06%-
HSV(B)325.88º68.92%87.06%-
XYZ38.2522.1933.72-
YUV124.66145.69197.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.66%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=49.66%
G=15.44%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226915600.690.300.13325.8869.8657.06
HexDE459C0451ED1464639
Octal3361052340105361550610671
Binary11011110100010110011100010001011111011011010001101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE459C; }

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

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

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

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

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

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

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

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