Shades of Deep Cerise #DD217F
Tints of Deep Cerise #DD217F
RGB
CMYK
RGB Variations
Color information
#DD217F (or 0xDD217F) is known color: Deep Cerise. HEX triplet: DD, 21 and 7F. RGB value is (221,33,127). Sum of RGB (Red+Green+Blue) = 221+33+127=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD217F is #22DE80. Grayscale: #636363. Windows color (decimal): -2285185 or 8331741. OLE color: 8331741.
HSL color Cylindrical-coordinate representation of color #DD217F: hue angle of 330º 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 #DD217F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 127 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.13 |
| HSL | 330º | 0.74% | 0.5% | - |
| HSV(B) | 330º | 0.85% | 0.87% | - |
| XYZ | 34.19 | 17.99 | 21.75 | - |
| YUV | 99.93 | 143.28 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 127 | 0 | 0.85 | 0.43 | 0.13 | 330 | 0.74 | 0.5 |
| Hex | DD | 21 | 7F | 0 | 55 | 2B | D | 14A | 4A | 32 |
| Octal | 335 | 41 | 177 | 0 | 125 | 53 | 15 | 512 | 112 | 62 |
| Binary | 11011101 | 100001 | 1111111 | 0 | 1010101 | 101011 | 1101 | 101001010 | 1001010 | 110010 |
Color Harmonies of #DD217F
Complementary color
Monochromatic Colors of #DD217F
Black with #DD217F
Text Example
Text Example
White with #DD217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD217F; }
p { color: rgb(221,33,127); }
H1.HeaderClassName
{
color: #DD217F;
}
.AnyTagClassName
{
color: #DD217F;
}
</style>
background-color css
<style>
a { background-color: #DD217F; }
a { background-color: rgb(221,33,127); }
div.DivClassName
{
background-color: #DD217F;
}
.BgClassName
{
background-color: #DD217F;
}
</style>
border-color css
<style>
span { border-color: #DD217F; }
span { border-color: rgb(221,33,127); }
td.TdClassName
{
border-color: #DD217F;
}
.TagClassName
{
border-color: #DD217F;
}
</style>