Shades of Deep Cerise #DD1D88
Tints of Deep Cerise #DD1D88
RGB
CMYK
RGB Variations
Color information
#DD1D88 (or 0xDD1D88) is known color: Deep Cerise. HEX triplet: DD, 1D and 88. RGB value is (221,29,136). Sum of RGB (Red+Green+Blue) = 221+29+136=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1D88 is #22E277. Grayscale: #626262. Windows color (decimal): -2286200 or 8920541. OLE color: 8920541.
HSL color Cylindrical-coordinate representation of color #DD1D88: hue angle of 326.56º degrees, saturation: 0.77, 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 #DD1D88 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 136 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.13 |
| HSL | 326.56º | 0.77% | 0.49% | - |
| HSV(B) | 326.56º | 0.87% | 0.87% | - |
| XYZ | 34.7 | 18.03 | 24.94 | - |
| YUV | 98.61 | 149.11 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 136 | 0 | 0.87 | 0.38 | 0.13 | 326.56 | 0.77 | 0.49 |
| Hex | DD | 1D | 88 | 0 | 57 | 26 | D | 147 | 4D | 31 |
| Octal | 335 | 35 | 210 | 0 | 127 | 46 | 15 | 507 | 115 | 61 |
| Binary | 11011101 | 11101 | 10001000 | 0 | 1010111 | 100110 | 1101 | 101000111 | 1001101 | 110001 |
Color Harmonies of #DD1D88
Complementary color
Monochromatic Colors of #DD1D88
Black with #DD1D88
Text Example
Text Example
White with #DD1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D88; }
p { color: rgb(221,29,136); }
H1.HeaderClassName
{
color: #DD1D88;
}
.AnyTagClassName
{
color: #DD1D88;
}
</style>
background-color css
<style>
a { background-color: #DD1D88; }
a { background-color: rgb(221,29,136); }
div.DivClassName
{
background-color: #DD1D88;
}
.BgClassName
{
background-color: #DD1D88;
}
</style>
border-color css
<style>
span { border-color: #DD1D88; }
span { border-color: rgb(221,29,136); }
td.TdClassName
{
border-color: #DD1D88;
}
.TagClassName
{
border-color: #DD1D88;
}
</style>