Shades of Deep Cerise #DD217C
Tints of Deep Cerise #DD217C
RGB
CMYK
RGB Variations
Color information
#DD217C (or 0xDD217C) is known color: Deep Cerise. HEX triplet: DD, 21 and 7C. RGB value is (221,33,124). Sum of RGB (Red+Green+Blue) = 221+33+124=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD217C is #22DE83. Grayscale: #636363. Windows color (decimal): -2285188 or 8135133. OLE color: 8135133.
HSL color Cylindrical-coordinate representation of color #DD217C: hue angle of 330.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD217C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 124 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.13 |
| HSL | 330.96º | 0.74% | 0.5% | - |
| HSV(B) | 330.96º | 0.85% | 0.87% | - |
| XYZ | 34 | 17.92 | 20.73 | - |
| YUV | 99.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 124 | 0 | 0.85 | 0.44 | 0.13 | 330.96 | 0.74 | 0.5 |
| Hex | DD | 21 | 7C | 0 | 55 | 2C | D | 14B | 4A | 32 |
| Octal | 335 | 41 | 174 | 0 | 125 | 54 | 15 | 513 | 112 | 62 |
| Binary | 11011101 | 100001 | 1111100 | 0 | 1010101 | 101100 | 1101 | 101001011 | 1001010 | 110010 |
Color Harmonies of #DD217C
Complementary color
Monochromatic Colors of #DD217C
Black with #DD217C
Text Example
Text Example
White with #DD217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD217C; }
p { color: rgb(221,33,124); }
H1.HeaderClassName
{
color: #DD217C;
}
.AnyTagClassName
{
color: #DD217C;
}
</style>
background-color css
<style>
a { background-color: #DD217C; }
a { background-color: rgb(221,33,124); }
div.DivClassName
{
background-color: #DD217C;
}
.BgClassName
{
background-color: #DD217C;
}
</style>
border-color css
<style>
span { border-color: #DD217C; }
span { border-color: rgb(221,33,124); }
td.TdClassName
{
border-color: #DD217C;
}
.TagClassName
{
border-color: #DD217C;
}
</style>