Shades of Deep Cerise #DD4486
Tints of Deep Cerise #DD4486
RGB
CMYK
RGB Variations
Color information
#DD4486 (or 0xDD4486) is known color: Deep Cerise. HEX triplet: DD, 44 and 86. RGB value is (221,68,134). Sum of RGB (Red+Green+Blue) = 221+68+134=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4486 is #22BB79. Grayscale: #797979. Windows color (decimal): -2276218 or 8799453. OLE color: 8799453.
HSL color Cylindrical-coordinate representation of color #DD4486: hue angle of 334.12º 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 #DD4486 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 134 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.13 |
| HSL | 334.12º | 0.69% | 0.57% | - |
| HSV(B) | 334.12º | 0.69% | 0.87% | - |
| XYZ | 36.19 | 21.23 | 24.74 | - |
| YUV | 121.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 134 | 0 | 0.69 | 0.39 | 0.13 | 334.12 | 0.69 | 0.57 |
| Hex | DD | 44 | 86 | 0 | 45 | 27 | D | 14E | 45 | 39 |
| Octal | 335 | 104 | 206 | 0 | 105 | 47 | 15 | 516 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10000110 | 0 | 1000101 | 100111 | 1101 | 101001110 | 1000101 | 111001 |
Color Harmonies of #DD4486
Complementary color
Monochromatic Colors of #DD4486
Black with #DD4486
Text Example
Text Example
White with #DD4486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4486; }
p { color: rgb(221,68,134); }
H1.HeaderClassName
{
color: #DD4486;
}
.AnyTagClassName
{
color: #DD4486;
}
</style>
background-color css
<style>
a { background-color: #DD4486; }
a { background-color: rgb(221,68,134); }
div.DivClassName
{
background-color: #DD4486;
}
.BgClassName
{
background-color: #DD4486;
}
</style>
border-color css
<style>
span { border-color: #DD4486; }
span { border-color: rgb(221,68,134); }
td.TdClassName
{
border-color: #DD4486;
}
.TagClassName
{
border-color: #DD4486;
}
</style>