#DE24A1

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

Shades of Deep Cerise #DE24A1

Tints of Deep Cerise #DE24A1

Color information

#DE24A1 (or 0xDE24A1) is unknown color: approx Deep Cerise. HEX triplet: DE, 24 and A1. RGB value is (222,36,161). Sum of RGB (Red+Green+Blue) = 222+36+161=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE24A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE24A1 is #21DB5E. Grayscale: #696969. Windows color (decimal): -2218847 or 10560734. OLE color: 10560734.

HSL color Cylindrical-coordinate representation of color #DE24A1: hue angle of 319.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE24A1 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22236161-
CMYK00.840.270.13
HSL319.68º73.81%50.59%-
HSV(B)319.68º83.78%87.06%-
XYZ37.1919.3635.5-
YUV105.86159.12210.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 36 (14.45% from 255) = 8.59%
BLUE value IS 161 (63.28% from 255) = 38.42%
R=52.98%
G=8.59%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223616100.840.270.13319.6873.8150.59
HexDE24A10541BD1404a33
Octal336442410124331550011263
Binary1101111010010010100001010101001101111011010000001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE24A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE24A1; }

 p { color: rgb(222,36,161); }

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

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

 a { background-color: rgb(222,36,161); }

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

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

 span { border-color: rgb(222,36,161); }

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