Shades of Deep Cerise #DD2F99
Tints of Deep Cerise #DD2F99
RGB
CMYK
RGB Variations
Color information
#DD2F99 (or 0xDD2F99) is known color: Deep Cerise. HEX triplet: DD, 2F and 99. RGB value is (221,47,153). Sum of RGB (Red+Green+Blue) = 221+47+153=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F99 is #22D066. Grayscale: #6E6E6E. Windows color (decimal): -2281575 or 10039261. OLE color: 10039261.
HSL color Cylindrical-coordinate representation of color #DD2F99: hue angle of 323.45º 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 #DD2F99 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 153 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.13 |
| HSL | 323.45º | 0.72% | 0.53% | - |
| HSV(B) | 323.45º | 0.79% | 0.87% | - |
| XYZ | 36.59 | 19.71 | 32.01 | - |
| YUV | 111.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 153 | 0 | 0.79 | 0.31 | 0.13 | 323.45 | 0.72 | 0.53 |
| Hex | DD | 2F | 99 | 0 | 4F | 1F | D | 143 | 48 | 35 |
| Octal | 335 | 57 | 231 | 0 | 117 | 37 | 15 | 503 | 110 | 65 |
| Binary | 11011101 | 101111 | 10011001 | 0 | 1001111 | 11111 | 1101 | 101000011 | 1001000 | 110101 |
Color Harmonies of #DD2F99
Complementary color
Monochromatic Colors of #DD2F99
Black with #DD2F99
Text Example
Text Example
White with #DD2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F99; }
p { color: rgb(221,47,153); }
H1.HeaderClassName
{
color: #DD2F99;
}
.AnyTagClassName
{
color: #DD2F99;
}
</style>
background-color css
<style>
a { background-color: #DD2F99; }
a { background-color: rgb(221,47,153); }
div.DivClassName
{
background-color: #DD2F99;
}
.BgClassName
{
background-color: #DD2F99;
}
</style>
border-color css
<style>
span { border-color: #DD2F99; }
span { border-color: rgb(221,47,153); }
td.TdClassName
{
border-color: #DD2F99;
}
.TagClassName
{
border-color: #DD2F99;
}
</style>