Shades of Dark Pink #DF588C
Tints of Dark Pink #DF588C
RGB
CMYK
RGB Variations
Color information
#DF588C (or 0xDF588C) is known color: Dark Pink. HEX triplet: DF, 58 and 8C. RGB value is (223,88,140). Sum of RGB (Red+Green+Blue) = 223+88+140=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF588C is #20A773. Grayscale: #868686. Windows color (decimal): -2140020 or 9197791. OLE color: 9197791.
HSL color Cylindrical-coordinate representation of color #DF588C: hue angle of 336.89º 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 #DF588C is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 140 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.13 |
| HSL | 336.89º | 0.68% | 0.61% | - |
| HSV(B) | 336.89º | 0.61% | 0.87% | - |
| XYZ | 38.65 | 24.56 | 27.51 | - |
| YUV | 134.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 140 | 0 | 0.61 | 0.37 | 0.13 | 336.89 | 0.68 | 0.61 |
| Hex | DF | 58 | 8C | 0 | 3D | 25 | D | 151 | 44 | 3D |
| Octal | 337 | 130 | 214 | 0 | 75 | 45 | 15 | 521 | 104 | 75 |
| Binary | 11011111 | 1011000 | 10001100 | 0 | 111101 | 100101 | 1101 | 101010001 | 1000100 | 111101 |
Color Harmonies of #DF588C
Complementary color
Monochromatic Colors of #DF588C
Black with #DF588C
Text Example
Text Example
White with #DF588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF588C; }
p { color: rgb(223,88,140); }
H1.HeaderClassName
{
color: #DF588C;
}
.AnyTagClassName
{
color: #DF588C;
}
</style>
background-color css
<style>
a { background-color: #DF588C; }
a { background-color: rgb(223,88,140); }
div.DivClassName
{
background-color: #DF588C;
}
.BgClassName
{
background-color: #DF588C;
}
</style>
border-color css
<style>
span { border-color: #DF588C; }
span { border-color: rgb(223,88,140); }
td.TdClassName
{
border-color: #DF588C;
}
.TagClassName
{
border-color: #DF588C;
}
</style>