#DE249A

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

Shades of Deep Cerise #DE249A

Tints of Deep Cerise #DE249A

Color information

#DE249A (or 0xDE249A) is unknown color: approx Deep Cerise. HEX triplet: DE, 24 and 9A. RGB value is (222,36,154). Sum of RGB (Red+Green+Blue) = 222+36+154=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE249A is #21DB65. Grayscale: #686868. Windows color (decimal): -2218854 or 10101982. OLE color: 10101982.

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

Color convert

RGB22236154-
CMYK00.840.310.13
HSL321.94º73.81%50.59%-
HSV(B)321.94º83.78%87.06%-
XYZ36.5919.1232.33-
YUV105.07155.62211.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.88%
GREEN value IS 36 (14.45% from 255) = 8.74%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=53.88%
G=8.74%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223615400.840.310.13321.9473.8150.59
HexDE249A0541FD1424a33
Octal336442320124371550211263
Binary1101111010010010011010010101001111111011010000101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE249A; }

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

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

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

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

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

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

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

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