#DD249C

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

Shades of Deep Cerise #DD249C

Tints of Deep Cerise #DD249C

Color information

#DD249C (or 0xDD249C) is unknown color: approx Deep Cerise. HEX triplet: DD, 24 and 9C. RGB value is (221,36,156). Sum of RGB (Red+Green+Blue) = 221+36+156=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD249C is #22DB63. Grayscale: #686868. Windows color (decimal): -2284388 or 10233053. OLE color: 10233053.

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

Color convert

RGB22136156-
CMYK00.840.290.13
HSL321.08º73.12%50.39%-
HSV(B)321.08º83.71%86.67%-
XYZ36.4519.0333.21-
YUV104.99156.79210.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 36 (14.45% from 255) = 8.72%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=53.51%
G=8.72%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213615600.840.290.13321.0873.1250.39
HexDD249C0541DD1414932
Octal335442340124351550111162
Binary1101110110010010011100010101001110111011010000011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD249C; }

 p { color: rgb(221,36,156); }

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

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

 a { background-color: rgb(221,36,156); }

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

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

 span { border-color: rgb(221,36,156); }

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