Shades of Deep Cerise #DD2F89
Tints of Deep Cerise #DD2F89
RGB
CMYK
RGB Variations
Color information
#DD2F89 (or 0xDD2F89) is known color: Deep Cerise. HEX triplet: DD, 2F and 89. RGB value is (221,47,137). Sum of RGB (Red+Green+Blue) = 221+47+137=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F89 is #22D076. Grayscale: #6D6D6D. Windows color (decimal): -2281591 or 8990685. OLE color: 8990685.
HSL color Cylindrical-coordinate representation of color #DD2F89: hue angle of 328.97º 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 #DD2F89 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 137 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.13 |
| HSL | 328.97º | 0.72% | 0.53% | - |
| HSV(B) | 328.97º | 0.79% | 0.87% | - |
| XYZ | 35.35 | 19.21 | 25.51 | - |
| YUV | 109.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 137 | 0 | 0.79 | 0.38 | 0.13 | 328.97 | 0.72 | 0.53 |
| Hex | DD | 2F | 89 | 0 | 4F | 26 | D | 149 | 48 | 35 |
| Octal | 335 | 57 | 211 | 0 | 117 | 46 | 15 | 511 | 110 | 65 |
| Binary | 11011101 | 101111 | 10001001 | 0 | 1001111 | 100110 | 1101 | 101001001 | 1001000 | 110101 |
Color Harmonies of #DD2F89
Complementary color
Monochromatic Colors of #DD2F89
Black with #DD2F89
Text Example
Text Example
White with #DD2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F89; }
p { color: rgb(221,47,137); }
H1.HeaderClassName
{
color: #DD2F89;
}
.AnyTagClassName
{
color: #DD2F89;
}
</style>
background-color css
<style>
a { background-color: #DD2F89; }
a { background-color: rgb(221,47,137); }
div.DivClassName
{
background-color: #DD2F89;
}
.BgClassName
{
background-color: #DD2F89;
}
</style>
border-color css
<style>
span { border-color: #DD2F89; }
span { border-color: rgb(221,47,137); }
td.TdClassName
{
border-color: #DD2F89;
}
.TagClassName
{
border-color: #DD2F89;
}
</style>