Shades of Deep Cerise #DD2C9E
Tints of Deep Cerise #DD2C9E
RGB
CMYK
RGB Variations
Color information
#DD2C9E (or 0xDD2C9E) is known color: Deep Cerise. HEX triplet: DD, 2C and 9E. RGB value is (221,44,158). Sum of RGB (Red+Green+Blue) = 221+44+158=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C9E is #22D361. Grayscale: #6D6D6D. Windows color (decimal): -2282338 or 10366173. OLE color: 10366173.
HSL color Cylindrical-coordinate representation of color #DD2C9E: hue angle of 321.36º 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 #DD2C9E is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 158 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.13 |
| HSL | 321.36º | 0.72% | 0.52% | - |
| HSV(B) | 321.36º | 0.8% | 0.87% | - |
| XYZ | 36.89 | 19.64 | 34.19 | - |
| YUV | 109.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 158 | 0 | 0.80 | 0.29 | 0.13 | 321.36 | 0.72 | 0.52 |
| Hex | DD | 2C | 9E | 0 | 50 | 1D | D | 141 | 48 | 34 |
| Octal | 335 | 54 | 236 | 0 | 120 | 35 | 15 | 501 | 110 | 64 |
| Binary | 11011101 | 101100 | 10011110 | 0 | 1010000 | 11101 | 1101 | 101000001 | 1001000 | 110100 |
Color Harmonies of #DD2C9E
Complementary color
Monochromatic Colors of #DD2C9E
Black with #DD2C9E
Text Example
Text Example
White with #DD2C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C9E; }
p { color: rgb(221,44,158); }
H1.HeaderClassName
{
color: #DD2C9E;
}
.AnyTagClassName
{
color: #DD2C9E;
}
</style>
background-color css
<style>
a { background-color: #DD2C9E; }
a { background-color: rgb(221,44,158); }
div.DivClassName
{
background-color: #DD2C9E;
}
.BgClassName
{
background-color: #DD2C9E;
}
</style>
border-color css
<style>
span { border-color: #DD2C9E; }
span { border-color: rgb(221,44,158); }
td.TdClassName
{
border-color: #DD2C9E;
}
.TagClassName
{
border-color: #DD2C9E;
}
</style>