Shades of Deep Cerise #DD1E99
Tints of Deep Cerise #DD1E99
RGB
CMYK
RGB Variations
Color information
#DD1E99 (or 0xDD1E99) is known color: Deep Cerise. HEX triplet: DD, 1E and 99. RGB value is (221,30,153). Sum of RGB (Red+Green+Blue) = 221+30+153=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1E99 is #22E166. Grayscale: #646464. Windows color (decimal): -2285927 or 10034909. OLE color: 10034909.
HSL color Cylindrical-coordinate representation of color #DD1E99: hue angle of 321.36º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E99 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 153 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.13 |
| HSL | 321.36º | 0.76% | 0.49% | - |
| HSV(B) | 321.36º | 0.86% | 0.87% | - |
| XYZ | 36.03 | 18.6 | 31.83 | - |
| YUV | 101.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 153 | 0 | 0.86 | 0.31 | 0.13 | 321.36 | 0.76 | 0.49 |
| Hex | DD | 1E | 99 | 0 | 56 | 1F | D | 141 | 4C | 31 |
| Octal | 335 | 36 | 231 | 0 | 126 | 37 | 15 | 501 | 114 | 61 |
| Binary | 11011101 | 11110 | 10011001 | 0 | 1010110 | 11111 | 1101 | 101000001 | 1001100 | 110001 |
Color Harmonies of #DD1E99
Complementary color
Monochromatic Colors of #DD1E99
Black with #DD1E99
Text Example
Text Example
White with #DD1E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E99; }
p { color: rgb(221,30,153); }
H1.HeaderClassName
{
color: #DD1E99;
}
.AnyTagClassName
{
color: #DD1E99;
}
</style>
background-color css
<style>
a { background-color: #DD1E99; }
a { background-color: rgb(221,30,153); }
div.DivClassName
{
background-color: #DD1E99;
}
.BgClassName
{
background-color: #DD1E99;
}
</style>
border-color css
<style>
span { border-color: #DD1E99; }
span { border-color: rgb(221,30,153); }
td.TdClassName
{
border-color: #DD1E99;
}
.TagClassName
{
border-color: #DD1E99;
}
</style>