Shades of Dark Pink #DF5586
Tints of Dark Pink #DF5586
RGB
CMYK
RGB Variations
Color information
#DF5586 (or 0xDF5586) is known color: Dark Pink. HEX triplet: DF, 55 and 86. RGB value is (223,85,134). Sum of RGB (Red+Green+Blue) = 223+85+134=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5586 is #20AA79. Grayscale: #838383. Windows color (decimal): -2140794 or 8803807. OLE color: 8803807.
HSL color Cylindrical-coordinate representation of color #DF5586: hue angle of 338.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5586 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 134 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.13 |
| HSL | 338.7º | 0.68% | 0.6% | - |
| HSV(B) | 338.7º | 0.62% | 0.87% | - |
| XYZ | 37.98 | 23.91 | 25.17 | - |
| YUV | 131.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 134 | 0 | 0.62 | 0.40 | 0.13 | 338.7 | 0.68 | 0.6 |
| Hex | DF | 55 | 86 | 0 | 3E | 28 | D | 153 | 44 | 3C |
| Octal | 337 | 125 | 206 | 0 | 76 | 50 | 15 | 523 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10000110 | 0 | 111110 | 101000 | 1101 | 101010011 | 1000100 | 111100 |
Color Harmonies of #DF5586
Complementary color
Monochromatic Colors of #DF5586
Black with #DF5586
Text Example
Text Example
White with #DF5586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5586; }
p { color: rgb(223,85,134); }
H1.HeaderClassName
{
color: #DF5586;
}
.AnyTagClassName
{
color: #DF5586;
}
</style>
background-color css
<style>
a { background-color: #DF5586; }
a { background-color: rgb(223,85,134); }
div.DivClassName
{
background-color: #DF5586;
}
.BgClassName
{
background-color: #DF5586;
}
</style>
border-color css
<style>
span { border-color: #DF5586; }
span { border-color: rgb(223,85,134); }
td.TdClassName
{
border-color: #DF5586;
}
.TagClassName
{
border-color: #DF5586;
}
</style>