Shades of Deep Cerise #DD2F91
Tints of Deep Cerise #DD2F91
RGB
CMYK
RGB Variations
Color information
#DD2F91 (or 0xDD2F91) is known color: Deep Cerise. HEX triplet: DD, 2F and 91. RGB value is (221,47,145). Sum of RGB (Red+Green+Blue) = 221+47+145=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F91 is #22D06E. Grayscale: #6D6D6D. Windows color (decimal): -2281583 or 9514973. OLE color: 9514973.
HSL color Cylindrical-coordinate representation of color #DD2F91: hue angle of 326.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F91 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 145 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.13 |
| HSL | 326.21º | 0.72% | 0.53% | - |
| HSV(B) | 326.21º | 0.79% | 0.87% | - |
| XYZ | 35.95 | 19.45 | 28.65 | - |
| YUV | 110.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 145 | 0 | 0.79 | 0.34 | 0.13 | 326.21 | 0.72 | 0.53 |
| Hex | DD | 2F | 91 | 0 | 4F | 22 | D | 146 | 48 | 35 |
| Octal | 335 | 57 | 221 | 0 | 117 | 42 | 15 | 506 | 110 | 65 |
| Binary | 11011101 | 101111 | 10010001 | 0 | 1001111 | 100010 | 1101 | 101000110 | 1001000 | 110101 |
Color Harmonies of #DD2F91
Complementary color
Monochromatic Colors of #DD2F91
Black with #DD2F91
Text Example
Text Example
White with #DD2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F91; }
p { color: rgb(221,47,145); }
H1.HeaderClassName
{
color: #DD2F91;
}
.AnyTagClassName
{
color: #DD2F91;
}
</style>
background-color css
<style>
a { background-color: #DD2F91; }
a { background-color: rgb(221,47,145); }
div.DivClassName
{
background-color: #DD2F91;
}
.BgClassName
{
background-color: #DD2F91;
}
</style>
border-color css
<style>
span { border-color: #DD2F91; }
span { border-color: rgb(221,47,145); }
td.TdClassName
{
border-color: #DD2F91;
}
.TagClassName
{
border-color: #DD2F91;
}
</style>