Shades of Dark Pink #DF5791
Tints of Dark Pink #DF5791
RGB
CMYK
RGB Variations
Color information
#DF5791 (or 0xDF5791) is known color: Dark Pink. HEX triplet: DF, 57 and 91. RGB value is (223,87,145). Sum of RGB (Red+Green+Blue) = 223+87+145=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5791 is #20A86E. Grayscale: #868686. Windows color (decimal): -2140271 or 9525215. OLE color: 9525215.
HSL color Cylindrical-coordinate representation of color #DF5791: hue angle of 334.41º 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 #DF5791 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 145 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.13 |
| HSL | 334.41º | 0.68% | 0.61% | - |
| HSV(B) | 334.41º | 0.61% | 0.87% | - |
| XYZ | 38.95 | 24.55 | 29.47 | - |
| YUV | 134.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 145 | 0 | 0.61 | 0.35 | 0.13 | 334.41 | 0.68 | 0.61 |
| Hex | DF | 57 | 91 | 0 | 3D | 23 | D | 14E | 44 | 3D |
| Octal | 337 | 127 | 221 | 0 | 75 | 43 | 15 | 516 | 104 | 75 |
| Binary | 11011111 | 1010111 | 10010001 | 0 | 111101 | 100011 | 1101 | 101001110 | 1000100 | 111101 |
Color Harmonies of #DF5791
Complementary color
Monochromatic Colors of #DF5791
Black with #DF5791
Text Example
Text Example
White with #DF5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5791; }
p { color: rgb(223,87,145); }
H1.HeaderClassName
{
color: #DF5791;
}
.AnyTagClassName
{
color: #DF5791;
}
</style>
background-color css
<style>
a { background-color: #DF5791; }
a { background-color: rgb(223,87,145); }
div.DivClassName
{
background-color: #DF5791;
}
.BgClassName
{
background-color: #DF5791;
}
</style>
border-color css
<style>
span { border-color: #DF5791; }
span { border-color: rgb(223,87,145); }
td.TdClassName
{
border-color: #DF5791;
}
.TagClassName
{
border-color: #DF5791;
}
</style>