Shades of Pale Violet Red #DF79A1
Tints of Pale Violet Red #DF79A1
RGB
CMYK
RGB Variations
Color information
#DF79A1 (or 0xDF79A1) is known color: Pale Violet Red. HEX triplet: DF, 79 and A1. RGB value is (223,121,161). Sum of RGB (Red+Green+Blue) = 223+121+161=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF79A1 is #20865E. Grayscale: #9C9C9C. Windows color (decimal): -2131551 or 10582495. OLE color: 10582495.
HSL color Cylindrical-coordinate representation of color #DF79A1: hue angle of 336.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF79A1 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 161 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.13 |
| HSL | 336.47º | 0.61% | 0.67% | - |
| HSV(B) | 336.47º | 0.46% | 0.87% | - |
| XYZ | 43.7 | 31.94 | 37.58 | - |
| YUV | 156.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 161 | 0 | 0.46 | 0.28 | 0.13 | 336.47 | 0.61 | 0.67 |
| Hex | DF | 79 | A1 | 0 | 2E | 1C | D | 150 | 3D | 43 |
| Octal | 337 | 171 | 241 | 0 | 56 | 34 | 15 | 520 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10100001 | 0 | 101110 | 11100 | 1101 | 101010000 | 111101 | 1000011 |
Color Harmonies of #DF79A1
Complementary color
Monochromatic Colors of #DF79A1
Black with #DF79A1
Text Example
Text Example
White with #DF79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF79A1; }
p { color: rgb(223,121,161); }
H1.HeaderClassName
{
color: #DF79A1;
}
.AnyTagClassName
{
color: #DF79A1;
}
</style>
background-color css
<style>
a { background-color: #DF79A1; }
a { background-color: rgb(223,121,161); }
div.DivClassName
{
background-color: #DF79A1;
}
.BgClassName
{
background-color: #DF79A1;
}
</style>
border-color css
<style>
span { border-color: #DF79A1; }
span { border-color: rgb(223,121,161); }
td.TdClassName
{
border-color: #DF79A1;
}
.TagClassName
{
border-color: #DF79A1;
}
</style>