Shades of Dark Pink #DF5993
Tints of Dark Pink #DF5993
RGB
CMYK
RGB Variations
Color information
#DF5993 (or 0xDF5993) is known color: Dark Pink. HEX triplet: DF, 59 and 93. RGB value is (223,89,147). Sum of RGB (Red+Green+Blue) = 223+89+147=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5993 is #20A66C. Grayscale: #878787. Windows color (decimal): -2139757 or 9656799. OLE color: 9656799.
HSL color Cylindrical-coordinate representation of color #DF5993: hue angle of 334.03º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5993 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 147 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.13 |
| HSL | 334.03º | 0.68% | 0.61% | - |
| HSV(B) | 334.03º | 0.6% | 0.87% | - |
| XYZ | 39.27 | 24.94 | 30.35 | - |
| YUV | 135.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 147 | 0 | 0.60 | 0.34 | 0.13 | 334.03 | 0.68 | 0.61 |
| Hex | DF | 59 | 93 | 0 | 3C | 22 | D | 14E | 44 | 3D |
| Octal | 337 | 131 | 223 | 0 | 74 | 42 | 15 | 516 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10010011 | 0 | 111100 | 100010 | 1101 | 101001110 | 1000100 | 111101 |
Color Harmonies of #DF5993
Complementary color
Monochromatic Colors of #DF5993
Black with #DF5993
Text Example
Text Example
White with #DF5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5993; }
p { color: rgb(223,89,147); }
H1.HeaderClassName
{
color: #DF5993;
}
.AnyTagClassName
{
color: #DF5993;
}
</style>
background-color css
<style>
a { background-color: #DF5993; }
a { background-color: rgb(223,89,147); }
div.DivClassName
{
background-color: #DF5993;
}
.BgClassName
{
background-color: #DF5993;
}
</style>
border-color css
<style>
span { border-color: #DF5993; }
span { border-color: rgb(223,89,147); }
td.TdClassName
{
border-color: #DF5993;
}
.TagClassName
{
border-color: #DF5993;
}
</style>