Shades of Deep Cerise #DD2E97
Tints of Deep Cerise #DD2E97
RGB
CMYK
RGB Variations
Color information
#DD2E97 (or 0xDD2E97) is known color: Deep Cerise. HEX triplet: DD, 2E and 97. RGB value is (221,46,151). Sum of RGB (Red+Green+Blue) = 221+46+151=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2E97 is #22D168. Grayscale: #6E6E6E. Windows color (decimal): -2281833 or 9907933. OLE color: 9907933.
HSL color Cylindrical-coordinate representation of color #DD2E97: hue angle of 324º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2E97 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 151 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.13 |
| HSL | 324º | 0.72% | 0.52% | - |
| HSV(B) | 324º | 0.79% | 0.87% | - |
| XYZ | 36.38 | 19.56 | 31.14 | - |
| YUV | 110.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 151 | 0 | 0.79 | 0.32 | 0.13 | 324 | 0.72 | 0.52 |
| Hex | DD | 2E | 97 | 0 | 4F | 20 | D | 144 | 48 | 34 |
| Octal | 335 | 56 | 227 | 0 | 117 | 40 | 15 | 504 | 110 | 64 |
| Binary | 11011101 | 101110 | 10010111 | 0 | 1001111 | 100000 | 1101 | 101000100 | 1001000 | 110100 |
Color Harmonies of #DD2E97
Complementary color
Monochromatic Colors of #DD2E97
Black with #DD2E97
Text Example
Text Example
White with #DD2E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E97; }
p { color: rgb(221,46,151); }
H1.HeaderClassName
{
color: #DD2E97;
}
.AnyTagClassName
{
color: #DD2E97;
}
</style>
background-color css
<style>
a { background-color: #DD2E97; }
a { background-color: rgb(221,46,151); }
div.DivClassName
{
background-color: #DD2E97;
}
.BgClassName
{
background-color: #DD2E97;
}
</style>
border-color css
<style>
span { border-color: #DD2E97; }
span { border-color: rgb(221,46,151); }
td.TdClassName
{
border-color: #DD2E97;
}
.TagClassName
{
border-color: #DD2E97;
}
</style>