Shades of Deep Cerise #DD4199
Tints of Deep Cerise #DD4199
RGB
CMYK
RGB Variations
Color information
#DD4199 (or 0xDD4199) is known color: Deep Cerise. HEX triplet: DD, 41 and 99. RGB value is (221,65,153). Sum of RGB (Red+Green+Blue) = 221+65+153=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4199 is #22BE66. Grayscale: #797979. Windows color (decimal): -2276967 or 10043869. OLE color: 10043869.
HSL color Cylindrical-coordinate representation of color #DD4199: hue angle of 326.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4199 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 153 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.13 |
| HSL | 326.15º | 0.7% | 0.56% | - |
| HSV(B) | 326.15º | 0.71% | 0.87% | - |
| XYZ | 37.46 | 21.45 | 32.3 | - |
| YUV | 121.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 153 | 0 | 0.71 | 0.31 | 0.13 | 326.15 | 0.7 | 0.56 |
| Hex | DD | 41 | 99 | 0 | 47 | 1F | D | 146 | 46 | 38 |
| Octal | 335 | 101 | 231 | 0 | 107 | 37 | 15 | 506 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10011001 | 0 | 1000111 | 11111 | 1101 | 101000110 | 1000110 | 111000 |
Color Harmonies of #DD4199
Complementary color
Monochromatic Colors of #DD4199
Black with #DD4199
Text Example
Text Example
White with #DD4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4199; }
p { color: rgb(221,65,153); }
H1.HeaderClassName
{
color: #DD4199;
}
.AnyTagClassName
{
color: #DD4199;
}
</style>
background-color css
<style>
a { background-color: #DD4199; }
a { background-color: rgb(221,65,153); }
div.DivClassName
{
background-color: #DD4199;
}
.BgClassName
{
background-color: #DD4199;
}
</style>
border-color css
<style>
span { border-color: #DD4199; }
span { border-color: rgb(221,65,153); }
td.TdClassName
{
border-color: #DD4199;
}
.TagClassName
{
border-color: #DD4199;
}
</style>