Shades of Deep Cerise #DD2191
Tints of Deep Cerise #DD2191
RGB
CMYK
RGB Variations
Color information
#DD2191 (or 0xDD2191) is known color: Deep Cerise. HEX triplet: DD, 21 and 91. RGB value is (221,33,145). Sum of RGB (Red+Green+Blue) = 221+33+145=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2191 is #22DE6E. Grayscale: #656565. Windows color (decimal): -2285167 or 9511389. OLE color: 9511389.
HSL color Cylindrical-coordinate representation of color #DD2191: hue angle of 324.26º 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 #DD2191 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 145 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.13 |
| HSL | 324.26º | 0.74% | 0.5% | - |
| HSV(B) | 324.26º | 0.85% | 0.87% | - |
| XYZ | 35.47 | 18.5 | 28.49 | - |
| YUV | 101.98 | 152.28 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 145 | 0 | 0.85 | 0.34 | 0.13 | 324.26 | 0.74 | 0.5 |
| Hex | DD | 21 | 91 | 0 | 55 | 22 | D | 144 | 4A | 32 |
| Octal | 335 | 41 | 221 | 0 | 125 | 42 | 15 | 504 | 112 | 62 |
| Binary | 11011101 | 100001 | 10010001 | 0 | 1010101 | 100010 | 1101 | 101000100 | 1001010 | 110010 |
Color Harmonies of #DD2191
Complementary color
Monochromatic Colors of #DD2191
Black with #DD2191
Text Example
Text Example
White with #DD2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2191; }
p { color: rgb(221,33,145); }
H1.HeaderClassName
{
color: #DD2191;
}
.AnyTagClassName
{
color: #DD2191;
}
</style>
background-color css
<style>
a { background-color: #DD2191; }
a { background-color: rgb(221,33,145); }
div.DivClassName
{
background-color: #DD2191;
}
.BgClassName
{
background-color: #DD2191;
}
</style>
border-color css
<style>
span { border-color: #DD2191; }
span { border-color: rgb(221,33,145); }
td.TdClassName
{
border-color: #DD2191;
}
.TagClassName
{
border-color: #DD2191;
}
</style>