Shades of Deep Cerise #DD249E
Tints of Deep Cerise #DD249E
RGB
CMYK
RGB Variations
Color information
#DD249E (or 0xDD249E) is known color: Deep Cerise. HEX triplet: DD, 24 and 9E. RGB value is (221,36,158). Sum of RGB (Red+Green+Blue) = 221+36+158=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD249E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD249E is #22DB61. Grayscale: #686868. Windows color (decimal): -2284386 or 10364125. OLE color: 10364125.
HSL color Cylindrical-coordinate representation of color #DD249E: hue angle of 320.43º 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 #DD249E is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 158 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.13 |
| HSL | 320.43º | 0.73% | 0.5% | - |
| HSV(B) | 320.43º | 0.84% | 0.87% | - |
| XYZ | 36.62 | 19.1 | 34.1 | - |
| YUV | 105.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 158 | 0 | 0.84 | 0.29 | 0.13 | 320.43 | 0.73 | 0.5 |
| Hex | DD | 24 | 9E | 0 | 54 | 1D | D | 140 | 49 | 32 |
| Octal | 335 | 44 | 236 | 0 | 124 | 35 | 15 | 500 | 111 | 62 |
| Binary | 11011101 | 100100 | 10011110 | 0 | 1010100 | 11101 | 1101 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DD249E
Complementary color
Monochromatic Colors of #DD249E
Black with #DD249E
Text Example
Text Example
White with #DD249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD249E; }
p { color: rgb(221,36,158); }
H1.HeaderClassName
{
color: #DD249E;
}
.AnyTagClassName
{
color: #DD249E;
}
</style>
background-color css
<style>
a { background-color: #DD249E; }
a { background-color: rgb(221,36,158); }
div.DivClassName
{
background-color: #DD249E;
}
.BgClassName
{
background-color: #DD249E;
}
</style>
border-color css
<style>
span { border-color: #DD249E; }
span { border-color: rgb(221,36,158); }
td.TdClassName
{
border-color: #DD249E;
}
.TagClassName
{
border-color: #DD249E;
}
</style>