Shades of Dark Pink #DD5D84
Tints of Dark Pink #DD5D84
RGB
CMYK
RGB Variations
Color information
#DD5D84 (or 0xDD5D84) is known color: Dark Pink. HEX triplet: DD, 5D and 84. RGB value is (221,93,132). Sum of RGB (Red+Green+Blue) = 221+93+132=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D84 is #22A27B. Grayscale: #878787. Windows color (decimal): -2269820 or 8674781. OLE color: 8674781.
HSL color Cylindrical-coordinate representation of color #DD5D84: hue angle of 341.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D84 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 132 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.13 |
| HSL | 341.72º | 0.65% | 0.62% | - |
| HSV(B) | 341.72º | 0.58% | 0.87% | - |
| XYZ | 37.9 | 24.87 | 24.63 | - |
| YUV | 135.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 132 | 0 | 0.58 | 0.40 | 0.13 | 341.72 | 0.65 | 0.62 |
| Hex | DD | 5D | 84 | 0 | 3A | 28 | D | 156 | 41 | 3E |
| Octal | 335 | 135 | 204 | 0 | 72 | 50 | 15 | 526 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10000100 | 0 | 111010 | 101000 | 1101 | 101010110 | 1000001 | 111110 |
Color Harmonies of #DD5D84
Complementary color
Monochromatic Colors of #DD5D84
Black with #DD5D84
Text Example
Text Example
White with #DD5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D84; }
p { color: rgb(221,93,132); }
H1.HeaderClassName
{
color: #DD5D84;
}
.AnyTagClassName
{
color: #DD5D84;
}
</style>
background-color css
<style>
a { background-color: #DD5D84; }
a { background-color: rgb(221,93,132); }
div.DivClassName
{
background-color: #DD5D84;
}
.BgClassName
{
background-color: #DD5D84;
}
</style>
border-color css
<style>
span { border-color: #DD5D84; }
span { border-color: rgb(221,93,132); }
td.TdClassName
{
border-color: #DD5D84;
}
.TagClassName
{
border-color: #DD5D84;
}
</style>