Shades of Deep Cerise #DD209D
Tints of Deep Cerise #DD209D
RGB
CMYK
RGB Variations
Color information
#DD209D (or 0xDD209D) is known color: Deep Cerise. HEX triplet: DD, 20 and 9D. RGB value is (221,32,157). Sum of RGB (Red+Green+Blue) = 221+32+157=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD209D is #22DF62. Grayscale: #666666. Windows color (decimal): -2285411 or 10297565. OLE color: 10297565.
HSL color Cylindrical-coordinate representation of color #DD209D: hue angle of 320.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD209D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 157 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.13 |
| HSL | 320.32º | 0.75% | 0.5% | - |
| HSV(B) | 320.32º | 0.86% | 0.87% | - |
| XYZ | 36.42 | 18.84 | 33.62 | - |
| YUV | 102.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 157 | 0 | 0.86 | 0.29 | 0.13 | 320.32 | 0.75 | 0.5 |
| Hex | DD | 20 | 9D | 0 | 56 | 1D | D | 140 | 4B | 32 |
| Octal | 335 | 40 | 235 | 0 | 126 | 35 | 15 | 500 | 113 | 62 |
| Binary | 11011101 | 100000 | 10011101 | 0 | 1010110 | 11101 | 1101 | 101000000 | 1001011 | 110010 |
Color Harmonies of #DD209D
Complementary color
Monochromatic Colors of #DD209D
Black with #DD209D
Text Example
Text Example
White with #DD209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD209D; }
p { color: rgb(221,32,157); }
H1.HeaderClassName
{
color: #DD209D;
}
.AnyTagClassName
{
color: #DD209D;
}
</style>
background-color css
<style>
a { background-color: #DD209D; }
a { background-color: rgb(221,32,157); }
div.DivClassName
{
background-color: #DD209D;
}
.BgClassName
{
background-color: #DD209D;
}
</style>
border-color css
<style>
span { border-color: #DD209D; }
span { border-color: rgb(221,32,157); }
td.TdClassName
{
border-color: #DD209D;
}
.TagClassName
{
border-color: #DD209D;
}
</style>