Shades of Deep Cerise #DD217D
Tints of Deep Cerise #DD217D
RGB
CMYK
RGB Variations
Color information
#DD217D (or 0xDD217D) is known color: Deep Cerise. HEX triplet: DD, 21 and 7D. RGB value is (221,33,125). Sum of RGB (Red+Green+Blue) = 221+33+125=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD217D is #22DE82. Grayscale: #636363. Windows color (decimal): -2285187 or 8200669. OLE color: 8200669.
HSL color Cylindrical-coordinate representation of color #DD217D: hue angle of 330.64º 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 #DD217D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 125 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.13 |
| HSL | 330.64º | 0.74% | 0.5% | - |
| HSV(B) | 330.64º | 0.85% | 0.87% | - |
| XYZ | 34.06 | 17.94 | 21.07 | - |
| YUV | 99.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 125 | 0 | 0.85 | 0.43 | 0.13 | 330.64 | 0.74 | 0.5 |
| Hex | DD | 21 | 7D | 0 | 55 | 2B | D | 14B | 4A | 32 |
| Octal | 335 | 41 | 175 | 0 | 125 | 53 | 15 | 513 | 112 | 62 |
| Binary | 11011101 | 100001 | 1111101 | 0 | 1010101 | 101011 | 1101 | 101001011 | 1001010 | 110010 |
Color Harmonies of #DD217D
Complementary color
Monochromatic Colors of #DD217D
Black with #DD217D
Text Example
Text Example
White with #DD217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD217D; }
p { color: rgb(221,33,125); }
H1.HeaderClassName
{
color: #DD217D;
}
.AnyTagClassName
{
color: #DD217D;
}
</style>
background-color css
<style>
a { background-color: #DD217D; }
a { background-color: rgb(221,33,125); }
div.DivClassName
{
background-color: #DD217D;
}
.BgClassName
{
background-color: #DD217D;
}
</style>
border-color css
<style>
span { border-color: #DD217D; }
span { border-color: rgb(221,33,125); }
td.TdClassName
{
border-color: #DD217D;
}
.TagClassName
{
border-color: #DD217D;
}
</style>