Shades of Deep Cerise #DD2892
Tints of Deep Cerise #DD2892
RGB
CMYK
RGB Variations
Color information
#DD2892 (or 0xDD2892) is known color: Deep Cerise. HEX triplet: DD, 28 and 92. RGB value is (221,40,146). Sum of RGB (Red+Green+Blue) = 221+40+146=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2892 is #22D76D. Grayscale: #696969. Windows color (decimal): -2283374 or 9578717. OLE color: 9578717.
HSL color Cylindrical-coordinate representation of color #DD2892: hue angle of 324.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2892 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 146 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.13 |
| HSL | 324.86º | 0.73% | 0.51% | - |
| HSV(B) | 324.86º | 0.82% | 0.87% | - |
| XYZ | 35.77 | 18.97 | 28.97 | - |
| YUV | 106.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 146 | 0 | 0.82 | 0.34 | 0.13 | 324.86 | 0.73 | 0.51 |
| Hex | DD | 28 | 92 | 0 | 52 | 22 | D | 145 | 49 | 33 |
| Octal | 335 | 50 | 222 | 0 | 122 | 42 | 15 | 505 | 111 | 63 |
| Binary | 11011101 | 101000 | 10010010 | 0 | 1010010 | 100010 | 1101 | 101000101 | 1001001 | 110011 |
Color Harmonies of #DD2892
Complementary color
Monochromatic Colors of #DD2892
Black with #DD2892
Text Example
Text Example
White with #DD2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2892; }
p { color: rgb(221,40,146); }
H1.HeaderClassName
{
color: #DD2892;
}
.AnyTagClassName
{
color: #DD2892;
}
</style>
background-color css
<style>
a { background-color: #DD2892; }
a { background-color: rgb(221,40,146); }
div.DivClassName
{
background-color: #DD2892;
}
.BgClassName
{
background-color: #DD2892;
}
</style>
border-color css
<style>
span { border-color: #DD2892; }
span { border-color: rgb(221,40,146); }
td.TdClassName
{
border-color: #DD2892;
}
.TagClassName
{
border-color: #DD2892;
}
</style>