Shades of Deep Cerise #DD2C97
Tints of Deep Cerise #DD2C97
RGB
CMYK
RGB Variations
Color information
#DD2C97 (or 0xDD2C97) is known color: Deep Cerise. HEX triplet: DD, 2C and 97. RGB value is (221,44,151). Sum of RGB (Red+Green+Blue) = 221+44+151=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C97 is #22D368. Grayscale: #6C6C6C. Windows color (decimal): -2282345 or 9907421. OLE color: 9907421.
HSL color Cylindrical-coordinate representation of color #DD2C97: hue angle of 323.73º 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 #DD2C97 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 151 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.13 |
| HSL | 323.73º | 0.72% | 0.52% | - |
| HSV(B) | 323.73º | 0.8% | 0.87% | - |
| XYZ | 36.31 | 19.41 | 31.11 | - |
| YUV | 109.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 151 | 0 | 0.80 | 0.32 | 0.13 | 323.73 | 0.72 | 0.52 |
| Hex | DD | 2C | 97 | 0 | 50 | 20 | D | 144 | 48 | 34 |
| Octal | 335 | 54 | 227 | 0 | 120 | 40 | 15 | 504 | 110 | 64 |
| Binary | 11011101 | 101100 | 10010111 | 0 | 1010000 | 100000 | 1101 | 101000100 | 1001000 | 110100 |
Color Harmonies of #DD2C97
Complementary color
Monochromatic Colors of #DD2C97
Black with #DD2C97
Text Example
Text Example
White with #DD2C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C97; }
p { color: rgb(221,44,151); }
H1.HeaderClassName
{
color: #DD2C97;
}
.AnyTagClassName
{
color: #DD2C97;
}
</style>
background-color css
<style>
a { background-color: #DD2C97; }
a { background-color: rgb(221,44,151); }
div.DivClassName
{
background-color: #DD2C97;
}
.BgClassName
{
background-color: #DD2C97;
}
</style>
border-color css
<style>
span { border-color: #DD2C97; }
span { border-color: rgb(221,44,151); }
td.TdClassName
{
border-color: #DD2C97;
}
.TagClassName
{
border-color: #DD2C97;
}
</style>