Shades of Dark Pink #DF5591
Tints of Dark Pink #DF5591
RGB
CMYK
RGB Variations
Color information
#DF5591 (or 0xDF5591) is known color: Dark Pink. HEX triplet: DF, 55 and 91. RGB value is (223,85,145). Sum of RGB (Red+Green+Blue) = 223+85+145=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5591 is #20AA6E. Grayscale: #848484. Windows color (decimal): -2140783 or 9524703. OLE color: 9524703.
HSL color Cylindrical-coordinate representation of color #DF5591: hue angle of 333.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5591 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 145 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.13 |
| HSL | 333.91º | 0.68% | 0.6% | - |
| HSV(B) | 333.91º | 0.62% | 0.87% | - |
| XYZ | 38.79 | 24.23 | 29.42 | - |
| YUV | 133.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 145 | 0 | 0.62 | 0.35 | 0.13 | 333.91 | 0.68 | 0.6 |
| Hex | DF | 55 | 91 | 0 | 3E | 23 | D | 14E | 44 | 3C |
| Octal | 337 | 125 | 221 | 0 | 76 | 43 | 15 | 516 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10010001 | 0 | 111110 | 100011 | 1101 | 101001110 | 1000100 | 111100 |
Color Harmonies of #DF5591
Complementary color
Monochromatic Colors of #DF5591
Black with #DF5591
Text Example
Text Example
White with #DF5591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5591; }
p { color: rgb(223,85,145); }
H1.HeaderClassName
{
color: #DF5591;
}
.AnyTagClassName
{
color: #DF5591;
}
</style>
background-color css
<style>
a { background-color: #DF5591; }
a { background-color: rgb(223,85,145); }
div.DivClassName
{
background-color: #DF5591;
}
.BgClassName
{
background-color: #DF5591;
}
</style>
border-color css
<style>
span { border-color: #DF5591; }
span { border-color: rgb(223,85,145); }
td.TdClassName
{
border-color: #DF5591;
}
.TagClassName
{
border-color: #DF5591;
}
</style>