Shades of Deep Cerise #DD2D9D
Tints of Deep Cerise #DD2D9D
RGB
CMYK
RGB Variations
Color information
#DD2D9D (or 0xDD2D9D) is known color: Deep Cerise. HEX triplet: DD, 2D and 9D. RGB value is (221,45,157). Sum of RGB (Red+Green+Blue) = 221+45+157=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2D9D is #22D262. Grayscale: #6E6E6E. Windows color (decimal): -2282083 or 10300893. OLE color: 10300893.
HSL color Cylindrical-coordinate representation of color #DD2D9D: hue angle of 321.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D9D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 157 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.13 |
| HSL | 321.82º | 0.72% | 0.52% | - |
| HSV(B) | 321.82º | 0.8% | 0.87% | - |
| XYZ | 36.84 | 19.68 | 33.76 | - |
| YUV | 110.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 157 | 0 | 0.80 | 0.29 | 0.13 | 321.82 | 0.72 | 0.52 |
| Hex | DD | 2D | 9D | 0 | 50 | 1D | D | 142 | 48 | 34 |
| Octal | 335 | 55 | 235 | 0 | 120 | 35 | 15 | 502 | 110 | 64 |
| Binary | 11011101 | 101101 | 10011101 | 0 | 1010000 | 11101 | 1101 | 101000010 | 1001000 | 110100 |
Color Harmonies of #DD2D9D
Complementary color
Monochromatic Colors of #DD2D9D
Black with #DD2D9D
Text Example
Text Example
White with #DD2D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D9D; }
p { color: rgb(221,45,157); }
H1.HeaderClassName
{
color: #DD2D9D;
}
.AnyTagClassName
{
color: #DD2D9D;
}
</style>
background-color css
<style>
a { background-color: #DD2D9D; }
a { background-color: rgb(221,45,157); }
div.DivClassName
{
background-color: #DD2D9D;
}
.BgClassName
{
background-color: #DD2D9D;
}
</style>
border-color css
<style>
span { border-color: #DD2D9D; }
span { border-color: rgb(221,45,157); }
td.TdClassName
{
border-color: #DD2D9D;
}
.TagClassName
{
border-color: #DD2D9D;
}
</style>