Shades of Deep Cerise #DC249F
Tints of Deep Cerise #DC249F
RGB
CMYK
RGB Variations
Color information
#DC249F (or 0xDC249F) is known color: Deep Cerise. HEX triplet: DC, 24 and 9F. RGB value is (220,36,159). Sum of RGB (Red+Green+Blue) = 220+36+159=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC249F is #23DB60. Grayscale: #686868. Windows color (decimal): -2349921 or 10429660. OLE color: 10429660.
HSL color Cylindrical-coordinate representation of color #DC249F: hue angle of 319.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC249F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 159 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.14 |
| HSL | 319.89º | 0.72% | 0.5% | - |
| HSV(B) | 319.89º | 0.84% | 0.86% | - |
| XYZ | 36.4 | 18.98 | 34.55 | - |
| YUV | 105.04 | 158.46 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 159 | 0 | 0.84 | 0.28 | 0.14 | 319.89 | 0.72 | 0.5 |
| Hex | DC | 24 | 9F | 0 | 54 | 1C | E | 140 | 48 | 32 |
| Octal | 334 | 44 | 237 | 0 | 124 | 34 | 16 | 500 | 110 | 62 |
| Binary | 11011100 | 100100 | 10011111 | 0 | 1010100 | 11100 | 1110 | 101000000 | 1001000 | 110010 |
Color Harmonies of #DC249F
Complementary color
Monochromatic Colors of #DC249F
Black with #DC249F
Text Example
Text Example
White with #DC249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC249F; }
p { color: rgb(220,36,159); }
H1.HeaderClassName
{
color: #DC249F;
}
.AnyTagClassName
{
color: #DC249F;
}
</style>
background-color css
<style>
a { background-color: #DC249F; }
a { background-color: rgb(220,36,159); }
div.DivClassName
{
background-color: #DC249F;
}
.BgClassName
{
background-color: #DC249F;
}
</style>
border-color css
<style>
span { border-color: #DC249F; }
span { border-color: rgb(220,36,159); }
td.TdClassName
{
border-color: #DC249F;
}
.TagClassName
{
border-color: #DC249F;
}
</style>