Shades of Deep Cerise #DD217B
Tints of Deep Cerise #DD217B
RGB
CMYK
RGB Variations
Color information
#DD217B (or 0xDD217B) is known color: Deep Cerise. HEX triplet: DD, 21 and 7B. RGB value is (221,33,123). Sum of RGB (Red+Green+Blue) = 221+33+123=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD217B is #22DE84. Grayscale: #636363. Windows color (decimal): -2285189 or 8069597. OLE color: 8069597.
HSL color Cylindrical-coordinate representation of color #DD217B: hue angle of 331.28º 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 #DD217B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 123 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.13 |
| HSL | 331.28º | 0.74% | 0.5% | - |
| HSV(B) | 331.28º | 0.85% | 0.87% | - |
| XYZ | 33.94 | 17.89 | 20.4 | - |
| YUV | 99.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 123 | 0 | 0.85 | 0.44 | 0.13 | 331.28 | 0.74 | 0.5 |
| Hex | DD | 21 | 7B | 0 | 55 | 2C | D | 14B | 4A | 32 |
| Octal | 335 | 41 | 173 | 0 | 125 | 54 | 15 | 513 | 112 | 62 |
| Binary | 11011101 | 100001 | 1111011 | 0 | 1010101 | 101100 | 1101 | 101001011 | 1001010 | 110010 |
Color Harmonies of #DD217B
Complementary color
Monochromatic Colors of #DD217B
Black with #DD217B
Text Example
Text Example
White with #DD217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD217B; }
p { color: rgb(221,33,123); }
H1.HeaderClassName
{
color: #DD217B;
}
.AnyTagClassName
{
color: #DD217B;
}
</style>
background-color css
<style>
a { background-color: #DD217B; }
a { background-color: rgb(221,33,123); }
div.DivClassName
{
background-color: #DD217B;
}
.BgClassName
{
background-color: #DD217B;
}
</style>
border-color css
<style>
span { border-color: #DD217B; }
span { border-color: rgb(221,33,123); }
td.TdClassName
{
border-color: #DD217B;
}
.TagClassName
{
border-color: #DD217B;
}
</style>