Shades of Deep Cerise #DD2195
Tints of Deep Cerise #DD2195
RGB
CMYK
RGB Variations
Color information
#DD2195 (or 0xDD2195) is known color: Deep Cerise. HEX triplet: DD, 21 and 95. RGB value is (221,33,149). Sum of RGB (Red+Green+Blue) = 221+33+149=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2195 is #22DE6A. Grayscale: #666666. Windows color (decimal): -2285163 or 9773533. OLE color: 9773533.
HSL color Cylindrical-coordinate representation of color #DD2195: hue angle of 322.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2195 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 149 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.13 |
| HSL | 322.98º | 0.74% | 0.5% | - |
| HSV(B) | 322.98º | 0.85% | 0.87% | - |
| XYZ | 35.79 | 18.63 | 30.14 | - |
| YUV | 102.44 | 154.28 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 149 | 0 | 0.85 | 0.33 | 0.13 | 322.98 | 0.74 | 0.5 |
| Hex | DD | 21 | 95 | 0 | 55 | 21 | D | 143 | 4A | 32 |
| Octal | 335 | 41 | 225 | 0 | 125 | 41 | 15 | 503 | 112 | 62 |
| Binary | 11011101 | 100001 | 10010101 | 0 | 1010101 | 100001 | 1101 | 101000011 | 1001010 | 110010 |
Color Harmonies of #DD2195
Complementary color
Monochromatic Colors of #DD2195
Black with #DD2195
Text Example
Text Example
White with #DD2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2195; }
p { color: rgb(221,33,149); }
H1.HeaderClassName
{
color: #DD2195;
}
.AnyTagClassName
{
color: #DD2195;
}
</style>
background-color css
<style>
a { background-color: #DD2195; }
a { background-color: rgb(221,33,149); }
div.DivClassName
{
background-color: #DD2195;
}
.BgClassName
{
background-color: #DD2195;
}
</style>
border-color css
<style>
span { border-color: #DD2195; }
span { border-color: rgb(221,33,149); }
td.TdClassName
{
border-color: #DD2195;
}
.TagClassName
{
border-color: #DD2195;
}
</style>