Shades of Deep Cerise #DD2F96
Tints of Deep Cerise #DD2F96
RGB
CMYK
RGB Variations
Color information
#DD2F96 (or 0xDD2F96) is known color: Deep Cerise. HEX triplet: DD, 2F and 96. RGB value is (221,47,150). Sum of RGB (Red+Green+Blue) = 221+47+150=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2F96 is #22D069. Grayscale: #6E6E6E. Windows color (decimal): -2281578 or 9842653. OLE color: 9842653.
HSL color Cylindrical-coordinate representation of color #DD2F96: hue angle of 324.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2F96 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 150 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.13 |
| HSL | 324.48º | 0.72% | 0.53% | - |
| HSV(B) | 324.48º | 0.79% | 0.87% | - |
| XYZ | 36.34 | 19.61 | 30.72 | - |
| YUV | 110.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 150 | 0 | 0.79 | 0.32 | 0.13 | 324.48 | 0.72 | 0.53 |
| Hex | DD | 2F | 96 | 0 | 4F | 20 | D | 144 | 48 | 35 |
| Octal | 335 | 57 | 226 | 0 | 117 | 40 | 15 | 504 | 110 | 65 |
| Binary | 11011101 | 101111 | 10010110 | 0 | 1001111 | 100000 | 1101 | 101000100 | 1001000 | 110101 |
Color Harmonies of #DD2F96
Complementary color
Monochromatic Colors of #DD2F96
Black with #DD2F96
Text Example
Text Example
White with #DD2F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F96; }
p { color: rgb(221,47,150); }
H1.HeaderClassName
{
color: #DD2F96;
}
.AnyTagClassName
{
color: #DD2F96;
}
</style>
background-color css
<style>
a { background-color: #DD2F96; }
a { background-color: rgb(221,47,150); }
div.DivClassName
{
background-color: #DD2F96;
}
.BgClassName
{
background-color: #DD2F96;
}
</style>
border-color css
<style>
span { border-color: #DD2F96; }
span { border-color: rgb(221,47,150); }
td.TdClassName
{
border-color: #DD2F96;
}
.TagClassName
{
border-color: #DD2F96;
}
</style>