Shades of Dark Pink #DF5685
Tints of Dark Pink #DF5685
RGB
CMYK
RGB Variations
Color information
#DF5685 (or 0xDF5685) is known color: Dark Pink. HEX triplet: DF, 56 and 85. RGB value is (223,86,133). Sum of RGB (Red+Green+Blue) = 223+86+133=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5685 is #20A97A. Grayscale: #848484. Windows color (decimal): -2140539 or 8738527. OLE color: 8738527.
HSL color Cylindrical-coordinate representation of color #DF5685: hue angle of 339.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5685 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 133 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.13 |
| HSL | 339.42º | 0.68% | 0.61% | - |
| HSV(B) | 339.42º | 0.61% | 0.87% | - |
| XYZ | 37.99 | 24.04 | 24.83 | - |
| YUV | 132.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 133 | 0 | 0.61 | 0.40 | 0.13 | 339.42 | 0.68 | 0.61 |
| Hex | DF | 56 | 85 | 0 | 3D | 28 | D | 153 | 44 | 3D |
| Octal | 337 | 126 | 205 | 0 | 75 | 50 | 15 | 523 | 104 | 75 |
| Binary | 11011111 | 1010110 | 10000101 | 0 | 111101 | 101000 | 1101 | 101010011 | 1000100 | 111101 |
Color Harmonies of #DF5685
Complementary color
Monochromatic Colors of #DF5685
Black with #DF5685
Text Example
Text Example
White with #DF5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5685; }
p { color: rgb(223,86,133); }
H1.HeaderClassName
{
color: #DF5685;
}
.AnyTagClassName
{
color: #DF5685;
}
</style>
background-color css
<style>
a { background-color: #DF5685; }
a { background-color: rgb(223,86,133); }
div.DivClassName
{
background-color: #DF5685;
}
.BgClassName
{
background-color: #DF5685;
}
</style>
border-color css
<style>
span { border-color: #DF5685; }
span { border-color: rgb(223,86,133); }
td.TdClassName
{
border-color: #DF5685;
}
.TagClassName
{
border-color: #DF5685;
}
</style>