Shades of Deep Cerise #DD4797
Tints of Deep Cerise #DD4797
RGB
CMYK
RGB Variations
Color information
#DD4797 (or 0xDD4797) is known color: Deep Cerise. HEX triplet: DD, 47 and 97. RGB value is (221,71,151). Sum of RGB (Red+Green+Blue) = 221+71+151=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4797 is #22B868. Grayscale: #7C7C7C. Windows color (decimal): -2275433 or 9914333. OLE color: 9914333.
HSL color Cylindrical-coordinate representation of color #DD4797: hue angle of 328º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4797 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 151 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.13 |
| HSL | 328º | 0.69% | 0.57% | - |
| HSV(B) | 328º | 0.68% | 0.87% | - |
| XYZ | 37.66 | 22.11 | 31.56 | - |
| YUV | 124.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 151 | 0 | 0.68 | 0.32 | 0.13 | 328 | 0.69 | 0.57 |
| Hex | DD | 47 | 97 | 0 | 44 | 20 | D | 148 | 45 | 39 |
| Octal | 335 | 107 | 227 | 0 | 104 | 40 | 15 | 510 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10010111 | 0 | 1000100 | 100000 | 1101 | 101001000 | 1000101 | 111001 |
Color Harmonies of #DD4797
Complementary color
Monochromatic Colors of #DD4797
Black with #DD4797
Text Example
Text Example
White with #DD4797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4797; }
p { color: rgb(221,71,151); }
H1.HeaderClassName
{
color: #DD4797;
}
.AnyTagClassName
{
color: #DD4797;
}
</style>
background-color css
<style>
a { background-color: #DD4797; }
a { background-color: rgb(221,71,151); }
div.DivClassName
{
background-color: #DD4797;
}
.BgClassName
{
background-color: #DD4797;
}
</style>
border-color css
<style>
span { border-color: #DD4797; }
span { border-color: rgb(221,71,151); }
td.TdClassName
{
border-color: #DD4797;
}
.TagClassName
{
border-color: #DD4797;
}
</style>