Shades of Pale Violet Red #DF60A1
Tints of Pale Violet Red #DF60A1
RGB
CMYK
RGB Variations
Color information
#DF60A1 (or 0xDF60A1) is known color: Pale Violet Red. HEX triplet: DF, 60 and A1. RGB value is (223,96,161). Sum of RGB (Red+Green+Blue) = 223+96+161=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60A1 is #209F5E. Grayscale: #8D8D8D. Windows color (decimal): -2137951 or 10576095. OLE color: 10576095.
HSL color Cylindrical-coordinate representation of color #DF60A1: hue angle of 329.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF60A1 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 161 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.13 |
| HSL | 329.29º | 0.66% | 0.63% | - |
| HSV(B) | 329.29º | 0.57% | 0.87% | - |
| XYZ | 41.05 | 26.63 | 36.69 | - |
| YUV | 141.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 161 | 0 | 0.57 | 0.28 | 0.13 | 329.29 | 0.66 | 0.63 |
| Hex | DF | 60 | A1 | 0 | 39 | 1C | D | 149 | 42 | 3F |
| Octal | 337 | 140 | 241 | 0 | 71 | 34 | 15 | 511 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10100001 | 0 | 111001 | 11100 | 1101 | 101001001 | 1000010 | 111111 |
Color Harmonies of #DF60A1
Complementary color
Monochromatic Colors of #DF60A1
Black with #DF60A1
Text Example
Text Example
White with #DF60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60A1; }
p { color: rgb(223,96,161); }
H1.HeaderClassName
{
color: #DF60A1;
}
.AnyTagClassName
{
color: #DF60A1;
}
</style>
background-color css
<style>
a { background-color: #DF60A1; }
a { background-color: rgb(223,96,161); }
div.DivClassName
{
background-color: #DF60A1;
}
.BgClassName
{
background-color: #DF60A1;
}
</style>
border-color css
<style>
span { border-color: #DF60A1; }
span { border-color: rgb(223,96,161); }
td.TdClassName
{
border-color: #DF60A1;
}
.TagClassName
{
border-color: #DF60A1;
}
</style>