#DE458C

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

Shades of Deep Cerise #DE458C

Tints of Deep Cerise #DE458C

Color information

#DE458C (or 0xDE458C) is unknown color: approx Deep Cerise. HEX triplet: DE, 45 and 8C. RGB value is (222,69,140). Sum of RGB (Red+Green+Blue) = 222+69+140=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE458C is #21BA73. Grayscale: #7A7A7A. Windows color (decimal): -2210420 or 9192926. OLE color: 9192926.

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

Color convert

RGB22269140-
CMYK00.690.370.13
HSL332.16º69.86%57.06%-
HSV(B)332.16º68.92%87.06%-
XYZ36.9921.6827.05-
YUV122.84137.69198.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=51.51%
G=16.01%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226914000.690.370.13332.1669.8657.06
HexDE458C04525D14c4639
Octal3361052140105451551410671
Binary110111101000101100011000100010110010111011010011001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE458C; }

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

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

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

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

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

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

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

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