Shades of Deep Cerise #DD1C88
Tints of Deep Cerise #DD1C88
RGB
CMYK
RGB Variations
Color information
#DD1C88 (or 0xDD1C88) is known color: Deep Cerise. HEX triplet: DD, 1C and 88. RGB value is (221,28,136). Sum of RGB (Red+Green+Blue) = 221+28+136=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C88 is #22E377. Grayscale: #616161. Windows color (decimal): -2286456 or 8920285. OLE color: 8920285.
HSL color Cylindrical-coordinate representation of color #DD1C88: hue angle of 326.42º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C88 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 136 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.13 |
| HSL | 326.42º | 0.78% | 0.49% | - |
| HSV(B) | 326.42º | 0.87% | 0.87% | - |
| XYZ | 34.68 | 17.98 | 24.94 | - |
| YUV | 98.02 | 149.44 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 136 | 0 | 0.87 | 0.38 | 0.13 | 326.42 | 0.78 | 0.49 |
| Hex | DD | 1C | 88 | 0 | 57 | 26 | D | 146 | 4E | 31 |
| Octal | 335 | 34 | 210 | 0 | 127 | 46 | 15 | 506 | 116 | 61 |
| Binary | 11011101 | 11100 | 10001000 | 0 | 1010111 | 100110 | 1101 | 101000110 | 1001110 | 110001 |
Color Harmonies of #DD1C88
Complementary color
Monochromatic Colors of #DD1C88
Black with #DD1C88
Text Example
Text Example
White with #DD1C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C88; }
p { color: rgb(221,28,136); }
H1.HeaderClassName
{
color: #DD1C88;
}
.AnyTagClassName
{
color: #DD1C88;
}
</style>
background-color css
<style>
a { background-color: #DD1C88; }
a { background-color: rgb(221,28,136); }
div.DivClassName
{
background-color: #DD1C88;
}
.BgClassName
{
background-color: #DD1C88;
}
</style>
border-color css
<style>
span { border-color: #DD1C88; }
span { border-color: rgb(221,28,136); }
td.TdClassName
{
border-color: #DD1C88;
}
.TagClassName
{
border-color: #DD1C88;
}
</style>