Shades of Deep Cerise #DD1D87
Tints of Deep Cerise #DD1D87
RGB
CMYK
RGB Variations
Color information
#DD1D87 (or 0xDD1D87) is known color: Deep Cerise. HEX triplet: DD, 1D and 87. RGB value is (221,29,135). Sum of RGB (Red+Green+Blue) = 221+29+135=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1D87 is #22E278. Grayscale: #626262. Windows color (decimal): -2286201 or 8855005. OLE color: 8855005.
HSL color Cylindrical-coordinate representation of color #DD1D87: hue angle of 326.88º 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 #DD1D87 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 135 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.13 |
| HSL | 326.88º | 0.77% | 0.49% | - |
| HSV(B) | 326.88º | 0.87% | 0.87% | - |
| XYZ | 34.63 | 18 | 24.57 | - |
| YUV | 98.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 135 | 0 | 0.87 | 0.39 | 0.13 | 326.88 | 0.77 | 0.49 |
| Hex | DD | 1D | 87 | 0 | 57 | 27 | D | 147 | 4D | 31 |
| Octal | 335 | 35 | 207 | 0 | 127 | 47 | 15 | 507 | 115 | 61 |
| Binary | 11011101 | 11101 | 10000111 | 0 | 1010111 | 100111 | 1101 | 101000111 | 1001101 | 110001 |
Color Harmonies of #DD1D87
Complementary color
Monochromatic Colors of #DD1D87
Black with #DD1D87
Text Example
Text Example
White with #DD1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D87; }
p { color: rgb(221,29,135); }
H1.HeaderClassName
{
color: #DD1D87;
}
.AnyTagClassName
{
color: #DD1D87;
}
</style>
background-color css
<style>
a { background-color: #DD1D87; }
a { background-color: rgb(221,29,135); }
div.DivClassName
{
background-color: #DD1D87;
}
.BgClassName
{
background-color: #DD1D87;
}
</style>
border-color css
<style>
span { border-color: #DD1D87; }
span { border-color: rgb(221,29,135); }
td.TdClassName
{
border-color: #DD1D87;
}
.TagClassName
{
border-color: #DD1D87;
}
</style>