Shades of Pale Violet Red #DF59A0
Tints of Pale Violet Red #DF59A0
RGB
CMYK
RGB Variations
Color information
#DF59A0 (or 0xDF59A0) is known color: Pale Violet Red. HEX triplet: DF, 59 and A0. RGB value is (223,89,160). Sum of RGB (Red+Green+Blue) = 223+89+160=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF59A0 is #20A65F. Grayscale: #898989. Windows color (decimal): -2139744 or 10508767. OLE color: 10508767.
HSL color Cylindrical-coordinate representation of color #DF59A0: hue angle of 328.21º 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 #DF59A0 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 160 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.13 |
| HSL | 328.21º | 0.68% | 0.61% | - |
| HSV(B) | 328.21º | 0.6% | 0.87% | - |
| XYZ | 40.35 | 25.37 | 36.03 | - |
| YUV | 137.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 160 | 0 | 0.60 | 0.28 | 0.13 | 328.21 | 0.68 | 0.61 |
| Hex | DF | 59 | A0 | 0 | 3C | 1C | D | 148 | 44 | 3D |
| Octal | 337 | 131 | 240 | 0 | 74 | 34 | 15 | 510 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10100000 | 0 | 111100 | 11100 | 1101 | 101001000 | 1000100 | 111101 |
Color Harmonies of #DF59A0
Complementary color
Monochromatic Colors of #DF59A0
Black with #DF59A0
Text Example
Text Example
White with #DF59A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59A0; }
p { color: rgb(223,89,160); }
H1.HeaderClassName
{
color: #DF59A0;
}
.AnyTagClassName
{
color: #DF59A0;
}
</style>
background-color css
<style>
a { background-color: #DF59A0; }
a { background-color: rgb(223,89,160); }
div.DivClassName
{
background-color: #DF59A0;
}
.BgClassName
{
background-color: #DF59A0;
}
</style>
border-color css
<style>
span { border-color: #DF59A0; }
span { border-color: rgb(223,89,160); }
td.TdClassName
{
border-color: #DF59A0;
}
.TagClassName
{
border-color: #DF59A0;
}
</style>