Shades of Deep Cerise #DD4586
Tints of Deep Cerise #DD4586
RGB
CMYK
RGB Variations
Color information
#DD4586 (or 0xDD4586) is known color: Deep Cerise. HEX triplet: DD, 45 and 86. RGB value is (221,69,134). Sum of RGB (Red+Green+Blue) = 221+69+134=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4586 is #22BA79. Grayscale: #797979. Windows color (decimal): -2275962 or 8799709. OLE color: 8799709.
HSL color Cylindrical-coordinate representation of color #DD4586: hue angle of 334.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4586 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 134 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.13 |
| HSL | 334.34º | 0.69% | 0.57% | - |
| HSV(B) | 334.34º | 0.69% | 0.87% | - |
| XYZ | 36.25 | 21.35 | 24.76 | - |
| YUV | 121.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 134 | 0 | 0.69 | 0.39 | 0.13 | 334.34 | 0.69 | 0.57 |
| Hex | DD | 45 | 86 | 0 | 45 | 27 | D | 14E | 45 | 39 |
| Octal | 335 | 105 | 206 | 0 | 105 | 47 | 15 | 516 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10000110 | 0 | 1000101 | 100111 | 1101 | 101001110 | 1000101 | 111001 |
Color Harmonies of #DD4586
Complementary color
Monochromatic Colors of #DD4586
Black with #DD4586
Text Example
Text Example
White with #DD4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4586; }
p { color: rgb(221,69,134); }
H1.HeaderClassName
{
color: #DD4586;
}
.AnyTagClassName
{
color: #DD4586;
}
</style>
background-color css
<style>
a { background-color: #DD4586; }
a { background-color: rgb(221,69,134); }
div.DivClassName
{
background-color: #DD4586;
}
.BgClassName
{
background-color: #DD4586;
}
</style>
border-color css
<style>
span { border-color: #DD4586; }
span { border-color: rgb(221,69,134); }
td.TdClassName
{
border-color: #DD4586;
}
.TagClassName
{
border-color: #DD4586;
}
</style>