Shades of Dark Pink #DD5E84
Tints of Dark Pink #DD5E84
RGB
CMYK
RGB Variations
Color information
#DD5E84 (or 0xDD5E84) is known color: Dark Pink. HEX triplet: DD, 5E and 84. RGB value is (221,94,132). Sum of RGB (Red+Green+Blue) = 221+94+132=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E84 is #22A17B. Grayscale: #888888. Windows color (decimal): -2269564 or 8675037. OLE color: 8675037.
HSL color Cylindrical-coordinate representation of color #DD5E84: hue angle of 342.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E84 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 132 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.13 |
| HSL | 342.05º | 0.65% | 0.62% | - |
| HSV(B) | 342.05º | 0.57% | 0.87% | - |
| XYZ | 37.99 | 25.04 | 24.66 | - |
| YUV | 136.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 132 | 0 | 0.57 | 0.40 | 0.13 | 342.05 | 0.65 | 0.62 |
| Hex | DD | 5E | 84 | 0 | 39 | 28 | D | 156 | 41 | 3E |
| Octal | 335 | 136 | 204 | 0 | 71 | 50 | 15 | 526 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10000100 | 0 | 111001 | 101000 | 1101 | 101010110 | 1000001 | 111110 |
Color Harmonies of #DD5E84
Complementary color
Monochromatic Colors of #DD5E84
Black with #DD5E84
Text Example
Text Example
White with #DD5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E84; }
p { color: rgb(221,94,132); }
H1.HeaderClassName
{
color: #DD5E84;
}
.AnyTagClassName
{
color: #DD5E84;
}
</style>
background-color css
<style>
a { background-color: #DD5E84; }
a { background-color: rgb(221,94,132); }
div.DivClassName
{
background-color: #DD5E84;
}
.BgClassName
{
background-color: #DD5E84;
}
</style>
border-color css
<style>
span { border-color: #DD5E84; }
span { border-color: rgb(221,94,132); }
td.TdClassName
{
border-color: #DD5E84;
}
.TagClassName
{
border-color: #DD5E84;
}
</style>