#DE458B

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

Shades of Deep Cerise #DE458B

Tints of Deep Cerise #DE458B

Color information

#DE458B (or 0xDE458B) is unknown color: approx Deep Cerise. HEX triplet: DE, 45 and 8B. RGB value is (222,69,139). Sum of RGB (Red+Green+Blue) = 222+69+139=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE458B is #21BA74. Grayscale: #7A7A7A. Windows color (decimal): -2210421 or 9127390. OLE color: 9127390.

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

Color convert

RGB22269139-
CMYK00.690.370.13
HSL332.55º69.86%57.06%-
HSV(B)332.55º68.92%87.06%-
XYZ36.9121.6526.66-
YUV122.73137.19198.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=51.63%
G=16.05%
B=32.33%

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
Decimal2226913900.690.370.13332.5569.8657.06
HexDE458B04525D14d4639
Octal3361052130105451551510671
Binary110111101000101100010110100010110010111011010011011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE458B; }

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

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

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

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

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

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

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

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