Shades of Deep Cerise #DD2397
Tints of Deep Cerise #DD2397
RGB
CMYK
RGB Variations
Color information
#DD2397 (or 0xDD2397) is known color: Deep Cerise. HEX triplet: DD, 23 and 97. RGB value is (221,35,151). Sum of RGB (Red+Green+Blue) = 221+35+151=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2397 is #22DC68. Grayscale: #676767. Windows color (decimal): -2284649 or 9905117. OLE color: 9905117.
HSL color Cylindrical-coordinate representation of color #DD2397: hue angle of 322.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2397 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 151 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.13 |
| HSL | 322.58º | 0.73% | 0.5% | - |
| HSV(B) | 322.58º | 0.84% | 0.87% | - |
| XYZ | 36.01 | 18.81 | 31.01 | - |
| YUV | 103.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 151 | 0 | 0.84 | 0.32 | 0.13 | 322.58 | 0.73 | 0.5 |
| Hex | DD | 23 | 97 | 0 | 54 | 20 | D | 143 | 49 | 32 |
| Octal | 335 | 43 | 227 | 0 | 124 | 40 | 15 | 503 | 111 | 62 |
| Binary | 11011101 | 100011 | 10010111 | 0 | 1010100 | 100000 | 1101 | 101000011 | 1001001 | 110010 |
Color Harmonies of #DD2397
Complementary color
Monochromatic Colors of #DD2397
Black with #DD2397
Text Example
Text Example
White with #DD2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2397; }
p { color: rgb(221,35,151); }
H1.HeaderClassName
{
color: #DD2397;
}
.AnyTagClassName
{
color: #DD2397;
}
</style>
background-color css
<style>
a { background-color: #DD2397; }
a { background-color: rgb(221,35,151); }
div.DivClassName
{
background-color: #DD2397;
}
.BgClassName
{
background-color: #DD2397;
}
</style>
border-color css
<style>
span { border-color: #DD2397; }
span { border-color: rgb(221,35,151); }
td.TdClassName
{
border-color: #DD2397;
}
.TagClassName
{
border-color: #DD2397;
}
</style>