Shades of Deep Cerise #DD2188
Tints of Deep Cerise #DD2188
RGB
CMYK
RGB Variations
Color information
#DD2188 (or 0xDD2188) is known color: Deep Cerise. HEX triplet: DD, 21 and 88. RGB value is (221,33,136). Sum of RGB (Red+Green+Blue) = 221+33+136=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2188 is #22DE77. Grayscale: #646464. Windows color (decimal): -2285176 or 8921565. OLE color: 8921565.
HSL color Cylindrical-coordinate representation of color #DD2188: hue angle of 327.13º 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 #DD2188 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 136 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 327.13º | 0.74% | 0.5% | - |
| HSV(B) | 327.13º | 0.85% | 0.87% | - |
| XYZ | 34.81 | 18.24 | 24.98 | - |
| YUV | 100.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 136 | 0 | 0.85 | 0.38 | 0.13 | 327.13 | 0.74 | 0.5 |
| Hex | DD | 21 | 88 | 0 | 55 | 26 | D | 147 | 4A | 32 |
| Octal | 335 | 41 | 210 | 0 | 125 | 46 | 15 | 507 | 112 | 62 |
| Binary | 11011101 | 100001 | 10001000 | 0 | 1010101 | 100110 | 1101 | 101000111 | 1001010 | 110010 |
Color Harmonies of #DD2188
Complementary color
Monochromatic Colors of #DD2188
Black with #DD2188
Text Example
Text Example
White with #DD2188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2188; }
p { color: rgb(221,33,136); }
H1.HeaderClassName
{
color: #DD2188;
}
.AnyTagClassName
{
color: #DD2188;
}
</style>
background-color css
<style>
a { background-color: #DD2188; }
a { background-color: rgb(221,33,136); }
div.DivClassName
{
background-color: #DD2188;
}
.BgClassName
{
background-color: #DD2188;
}
</style>
border-color css
<style>
span { border-color: #DD2188; }
span { border-color: rgb(221,33,136); }
td.TdClassName
{
border-color: #DD2188;
}
.TagClassName
{
border-color: #DD2188;
}
</style>