Shades of Dark Pink #DF5689
Tints of Dark Pink #DF5689
RGB
CMYK
RGB Variations
Color information
#DF5689 (or 0xDF5689) is known color: Dark Pink. HEX triplet: DF, 56 and 89. RGB value is (223,86,137). Sum of RGB (Red+Green+Blue) = 223+86+137=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5689 is #20A976. Grayscale: #848484. Windows color (decimal): -2140535 or 9000671. OLE color: 9000671.
HSL color Cylindrical-coordinate representation of color #DF5689: hue angle of 337.66º 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 #DF5689 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 137 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.13 |
| HSL | 337.66º | 0.68% | 0.61% | - |
| HSV(B) | 337.66º | 0.61% | 0.87% | - |
| XYZ | 38.27 | 24.15 | 26.31 | - |
| YUV | 132.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 137 | 0 | 0.61 | 0.39 | 0.13 | 337.66 | 0.68 | 0.61 |
| Hex | DF | 56 | 89 | 0 | 3D | 27 | D | 152 | 44 | 3D |
| Octal | 337 | 126 | 211 | 0 | 75 | 47 | 15 | 522 | 104 | 75 |
| Binary | 11011111 | 1010110 | 10001001 | 0 | 111101 | 100111 | 1101 | 101010010 | 1000100 | 111101 |
Color Harmonies of #DF5689
Complementary color
Monochromatic Colors of #DF5689
Black with #DF5689
Text Example
Text Example
White with #DF5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5689; }
p { color: rgb(223,86,137); }
H1.HeaderClassName
{
color: #DF5689;
}
.AnyTagClassName
{
color: #DF5689;
}
</style>
background-color css
<style>
a { background-color: #DF5689; }
a { background-color: rgb(223,86,137); }
div.DivClassName
{
background-color: #DF5689;
}
.BgClassName
{
background-color: #DF5689;
}
</style>
border-color css
<style>
span { border-color: #DF5689; }
span { border-color: rgb(223,86,137); }
td.TdClassName
{
border-color: #DF5689;
}
.TagClassName
{
border-color: #DF5689;
}
</style>