Shades of Deep Cerise #DD249A
Tints of Deep Cerise #DD249A
RGB
CMYK
RGB Variations
Color information
#DD249A (or 0xDD249A) is known color: Deep Cerise. HEX triplet: DD, 24 and 9A. RGB value is (221,36,154). Sum of RGB (Red+Green+Blue) = 221+36+154=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD249A is #22DB65. Grayscale: #686868. Windows color (decimal): -2284390 or 10101981. OLE color: 10101981.
HSL color Cylindrical-coordinate representation of color #DD249A: hue angle of 321.73º 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 #DD249A is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 154 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.13 |
| HSL | 321.73º | 0.73% | 0.5% | - |
| HSV(B) | 321.73º | 0.84% | 0.87% | - |
| XYZ | 36.28 | 18.97 | 32.32 | - |
| YUV | 104.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 154 | 0 | 0.84 | 0.30 | 0.13 | 321.73 | 0.73 | 0.5 |
| Hex | DD | 24 | 9A | 0 | 54 | 1E | D | 142 | 49 | 32 |
| Octal | 335 | 44 | 232 | 0 | 124 | 36 | 15 | 502 | 111 | 62 |
| Binary | 11011101 | 100100 | 10011010 | 0 | 1010100 | 11110 | 1101 | 101000010 | 1001001 | 110010 |
Color Harmonies of #DD249A
Complementary color
Monochromatic Colors of #DD249A
Black with #DD249A
Text Example
Text Example
White with #DD249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD249A; }
p { color: rgb(221,36,154); }
H1.HeaderClassName
{
color: #DD249A;
}
.AnyTagClassName
{
color: #DD249A;
}
</style>
background-color css
<style>
a { background-color: #DD249A; }
a { background-color: rgb(221,36,154); }
div.DivClassName
{
background-color: #DD249A;
}
.BgClassName
{
background-color: #DD249A;
}
</style>
border-color css
<style>
span { border-color: #DD249A; }
span { border-color: rgb(221,36,154); }
td.TdClassName
{
border-color: #DD249A;
}
.TagClassName
{
border-color: #DD249A;
}
</style>