Shades of Deep Cerise #DD229F
Tints of Deep Cerise #DD229F
RGB
CMYK
RGB Variations
Color information
#DD229F (or 0xDD229F) is known color: Deep Cerise. HEX triplet: DD, 22 and 9F. RGB value is (221,34,159). Sum of RGB (Red+Green+Blue) = 221+34+159=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD229F is #22DD60. Grayscale: #676767. Windows color (decimal): -2284897 or 10429149. OLE color: 10429149.
HSL color Cylindrical-coordinate representation of color #DD229F: hue angle of 319.89º degrees, saturation: 0.73, 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 #DD229F is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 159 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.13 |
| HSL | 319.89º | 0.73% | 0.5% | - |
| HSV(B) | 319.89º | 0.85% | 0.87% | - |
| XYZ | 36.65 | 19.02 | 34.54 | - |
| YUV | 104.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 159 | 0 | 0.85 | 0.28 | 0.13 | 319.89 | 0.73 | 0.5 |
| Hex | DD | 22 | 9F | 0 | 55 | 1C | D | 140 | 49 | 32 |
| Octal | 335 | 42 | 237 | 0 | 125 | 34 | 15 | 500 | 111 | 62 |
| Binary | 11011101 | 100010 | 10011111 | 0 | 1010101 | 11100 | 1101 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DD229F
Complementary color
Monochromatic Colors of #DD229F
Black with #DD229F
Text Example
Text Example
White with #DD229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD229F; }
p { color: rgb(221,34,159); }
H1.HeaderClassName
{
color: #DD229F;
}
.AnyTagClassName
{
color: #DD229F;
}
</style>
background-color css
<style>
a { background-color: #DD229F; }
a { background-color: rgb(221,34,159); }
div.DivClassName
{
background-color: #DD229F;
}
.BgClassName
{
background-color: #DD229F;
}
</style>
border-color css
<style>
span { border-color: #DD229F; }
span { border-color: rgb(221,34,159); }
td.TdClassName
{
border-color: #DD229F;
}
.TagClassName
{
border-color: #DD229F;
}
</style>