Shades of Dark Pink #DF5F86
Tints of Dark Pink #DF5F86
RGB
CMYK
RGB Variations
Color information
#DF5F86 (or 0xDF5F86) is known color: Dark Pink. HEX triplet: DF, 5F and 86. RGB value is (223,95,134). Sum of RGB (Red+Green+Blue) = 223+95+134=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F86 is #20A079. Grayscale: #898989. Windows color (decimal): -2138234 or 8806367. OLE color: 8806367.
HSL color Cylindrical-coordinate representation of color #DF5F86: hue angle of 341.72º degrees, saturation: 0.67, 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 #DF5F86 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 134 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.13 |
| HSL | 341.72º | 0.67% | 0.62% | - |
| HSV(B) | 341.72º | 0.57% | 0.87% | - |
| XYZ | 38.83 | 25.59 | 25.45 | - |
| YUV | 137.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 134 | 0 | 0.57 | 0.40 | 0.13 | 341.72 | 0.67 | 0.62 |
| Hex | DF | 5F | 86 | 0 | 39 | 28 | D | 156 | 43 | 3E |
| Octal | 337 | 137 | 206 | 0 | 71 | 50 | 15 | 526 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10000110 | 0 | 111001 | 101000 | 1101 | 101010110 | 1000011 | 111110 |
Color Harmonies of #DF5F86
Complementary color
Monochromatic Colors of #DF5F86
Black with #DF5F86
Text Example
Text Example
White with #DF5F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F86; }
p { color: rgb(223,95,134); }
H1.HeaderClassName
{
color: #DF5F86;
}
.AnyTagClassName
{
color: #DF5F86;
}
</style>
background-color css
<style>
a { background-color: #DF5F86; }
a { background-color: rgb(223,95,134); }
div.DivClassName
{
background-color: #DF5F86;
}
.BgClassName
{
background-color: #DF5F86;
}
</style>
border-color css
<style>
span { border-color: #DF5F86; }
span { border-color: rgb(223,95,134); }
td.TdClassName
{
border-color: #DF5F86;
}
.TagClassName
{
border-color: #DF5F86;
}
</style>