Shades of Deep Cerise #DD2177
Tints of Deep Cerise #DD2177
RGB
CMYK
RGB Variations
Color information
#DD2177 (or 0xDD2177) is known color: Deep Cerise. HEX triplet: DD, 21 and 77. RGB value is (221,33,119). Sum of RGB (Red+Green+Blue) = 221+33+119=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2177 is #22DE88. Grayscale: #626262. Windows color (decimal): -2285193 or 7807453. OLE color: 7807453.
HSL color Cylindrical-coordinate representation of color #DD2177: hue angle of 332.55º 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 #DD2177 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 119 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.13 |
| HSL | 332.55º | 0.74% | 0.5% | - |
| HSV(B) | 332.55º | 0.85% | 0.87% | - |
| XYZ | 33.69 | 17.79 | 19.11 | - |
| YUV | 99.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 119 | 0 | 0.85 | 0.46 | 0.13 | 332.55 | 0.74 | 0.5 |
| Hex | DD | 21 | 77 | 0 | 55 | 2E | D | 14D | 4A | 32 |
| Octal | 335 | 41 | 167 | 0 | 125 | 56 | 15 | 515 | 112 | 62 |
| Binary | 11011101 | 100001 | 1110111 | 0 | 1010101 | 101110 | 1101 | 101001101 | 1001010 | 110010 |
Color Harmonies of #DD2177
Complementary color
Monochromatic Colors of #DD2177
Black with #DD2177
Text Example
Text Example
White with #DD2177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2177; }
p { color: rgb(221,33,119); }
H1.HeaderClassName
{
color: #DD2177;
}
.AnyTagClassName
{
color: #DD2177;
}
</style>
background-color css
<style>
a { background-color: #DD2177; }
a { background-color: rgb(221,33,119); }
div.DivClassName
{
background-color: #DD2177;
}
.BgClassName
{
background-color: #DD2177;
}
</style>
border-color css
<style>
span { border-color: #DD2177; }
span { border-color: rgb(221,33,119); }
td.TdClassName
{
border-color: #DD2177;
}
.TagClassName
{
border-color: #DD2177;
}
</style>