Shades of Dark Pink #DD5E86
Tints of Dark Pink #DD5E86
RGB
CMYK
RGB Variations
Color information
#DD5E86 (or 0xDD5E86) is known color: Dark Pink. HEX triplet: DD, 5E and 86. RGB value is (221,94,134). Sum of RGB (Red+Green+Blue) = 221+94+134=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E86 is #22A179. Grayscale: #888888. Windows color (decimal): -2269562 or 8806109. OLE color: 8806109.
HSL color Cylindrical-coordinate representation of color #DD5E86: hue angle of 341.1º 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 #DD5E86 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 134 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.13 |
| HSL | 341.1º | 0.65% | 0.62% | - |
| HSV(B) | 341.1º | 0.57% | 0.87% | - |
| XYZ | 38.12 | 25.1 | 25.39 | - |
| YUV | 136.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 134 | 0 | 0.57 | 0.39 | 0.13 | 341.1 | 0.65 | 0.62 |
| Hex | DD | 5E | 86 | 0 | 39 | 27 | D | 155 | 41 | 3E |
| Octal | 335 | 136 | 206 | 0 | 71 | 47 | 15 | 525 | 101 | 76 |
| Binary | 11011101 | 1011110 | 10000110 | 0 | 111001 | 100111 | 1101 | 101010101 | 1000001 | 111110 |
Color Harmonies of #DD5E86
Complementary color
Monochromatic Colors of #DD5E86
Black with #DD5E86
Text Example
Text Example
White with #DD5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E86; }
p { color: rgb(221,94,134); }
H1.HeaderClassName
{
color: #DD5E86;
}
.AnyTagClassName
{
color: #DD5E86;
}
</style>
background-color css
<style>
a { background-color: #DD5E86; }
a { background-color: rgb(221,94,134); }
div.DivClassName
{
background-color: #DD5E86;
}
.BgClassName
{
background-color: #DD5E86;
}
</style>
border-color css
<style>
span { border-color: #DD5E86; }
span { border-color: rgb(221,94,134); }
td.TdClassName
{
border-color: #DD5E86;
}
.TagClassName
{
border-color: #DD5E86;
}
</style>