Shades of Deep Cerise #DC249A
Tints of Deep Cerise #DC249A
RGB
CMYK
RGB Variations
Color information
#DC249A (or 0xDC249A) is known color: Deep Cerise. HEX triplet: DC, 24 and 9A. RGB value is (220,36,154). Sum of RGB (Red+Green+Blue) = 220+36+154=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC249A is #23DB65. Grayscale: #686868. Windows color (decimal): -2349926 or 10101980. OLE color: 10101980.
HSL color Cylindrical-coordinate representation of color #DC249A: hue angle of 321.52º 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 #DC249A is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 154 | - |
| CMYK | 0 | 0.84 | 0.3 | 0.14 |
| HSL | 321.52º | 0.72% | 0.5% | - |
| HSV(B) | 321.52º | 0.84% | 0.86% | - |
| XYZ | 35.98 | 18.81 | 32.31 | - |
| YUV | 104.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 154 | 0 | 0.84 | 0.3 | 0.14 | 321.52 | 0.72 | 0.5 |
| Hex | DC | 24 | 9A | 0 | 54 | 1E | E | 142 | 48 | 32 |
| Octal | 334 | 44 | 232 | 0 | 124 | 36 | 16 | 502 | 110 | 62 |
| Binary | 11011100 | 100100 | 10011010 | 0 | 1010100 | 11110 | 1110 | 101000010 | 1001000 | 110010 |
Color Harmonies of #DC249A
Complementary color
Monochromatic Colors of #DC249A
Black with #DC249A
Text Example
Text Example
White with #DC249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC249A; }
p { color: rgb(220,36,154); }
H1.HeaderClassName
{
color: #DC249A;
}
.AnyTagClassName
{
color: #DC249A;
}
</style>
background-color css
<style>
a { background-color: #DC249A; }
a { background-color: rgb(220,36,154); }
div.DivClassName
{
background-color: #DC249A;
}
.BgClassName
{
background-color: #DC249A;
}
</style>
border-color css
<style>
span { border-color: #DC249A; }
span { border-color: rgb(220,36,154); }
td.TdClassName
{
border-color: #DC249A;
}
.TagClassName
{
border-color: #DC249A;
}
</style>