Shades of Dark Pink #DF598C
Tints of Dark Pink #DF598C
RGB
CMYK
RGB Variations
Color information
#DF598C (or 0xDF598C) is known color: Dark Pink. HEX triplet: DF, 59 and 8C. RGB value is (223,89,140). Sum of RGB (Red+Green+Blue) = 223+89+140=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF598C is #20A673. Grayscale: #868686. Windows color (decimal): -2139764 or 9198047. OLE color: 9198047.
HSL color Cylindrical-coordinate representation of color #DF598C: hue angle of 337.16º 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 #DF598C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 140 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.13 |
| HSL | 337.16º | 0.68% | 0.61% | - |
| HSV(B) | 337.16º | 0.6% | 0.87% | - |
| XYZ | 38.74 | 24.73 | 27.54 | - |
| YUV | 134.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 140 | 0 | 0.60 | 0.37 | 0.13 | 337.16 | 0.68 | 0.61 |
| Hex | DF | 59 | 8C | 0 | 3C | 25 | D | 151 | 44 | 3D |
| Octal | 337 | 131 | 214 | 0 | 74 | 45 | 15 | 521 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10001100 | 0 | 111100 | 100101 | 1101 | 101010001 | 1000100 | 111101 |
Color Harmonies of #DF598C
Complementary color
Monochromatic Colors of #DF598C
Black with #DF598C
Text Example
Text Example
White with #DF598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF598C; }
p { color: rgb(223,89,140); }
H1.HeaderClassName
{
color: #DF598C;
}
.AnyTagClassName
{
color: #DF598C;
}
</style>
background-color css
<style>
a { background-color: #DF598C; }
a { background-color: rgb(223,89,140); }
div.DivClassName
{
background-color: #DF598C;
}
.BgClassName
{
background-color: #DF598C;
}
</style>
border-color css
<style>
span { border-color: #DF598C; }
span { border-color: rgb(223,89,140); }
td.TdClassName
{
border-color: #DF598C;
}
.TagClassName
{
border-color: #DF598C;
}
</style>