Shades of Pale Violet Red #DF73AA
Tints of Pale Violet Red #DF73AA
RGB
CMYK
RGB Variations
Color information
#DF73AA (or 0xDF73AA) is known color: Pale Violet Red. HEX triplet: DF, 73 and AA. RGB value is (223,115,170). Sum of RGB (Red+Green+Blue) = 223+115+170=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73AA is #208C55. Grayscale: #999999. Windows color (decimal): -2133078 or 11170783. OLE color: 11170783.
HSL color Cylindrical-coordinate representation of color #DF73AA: hue angle of 329.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF73AA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 170 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.13 |
| HSL | 329.44º | 0.63% | 0.66% | - |
| HSV(B) | 329.44º | 0.48% | 0.87% | - |
| XYZ | 43.82 | 30.85 | 41.68 | - |
| YUV | 153.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 170 | 0 | 0.48 | 0.24 | 0.13 | 329.44 | 0.63 | 0.66 |
| Hex | DF | 73 | AA | 0 | 30 | 18 | D | 149 | 3F | 42 |
| Octal | 337 | 163 | 252 | 0 | 60 | 30 | 15 | 511 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10101010 | 0 | 110000 | 11000 | 1101 | 101001001 | 111111 | 1000010 |
Color Harmonies of #DF73AA
Complementary color
Monochromatic Colors of #DF73AA
Black with #DF73AA
Text Example
Text Example
White with #DF73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73AA; }
p { color: rgb(223,115,170); }
H1.HeaderClassName
{
color: #DF73AA;
}
.AnyTagClassName
{
color: #DF73AA;
}
</style>
background-color css
<style>
a { background-color: #DF73AA; }
a { background-color: rgb(223,115,170); }
div.DivClassName
{
background-color: #DF73AA;
}
.BgClassName
{
background-color: #DF73AA;
}
</style>
border-color css
<style>
span { border-color: #DF73AA; }
span { border-color: rgb(223,115,170); }
td.TdClassName
{
border-color: #DF73AA;
}
.TagClassName
{
border-color: #DF73AA;
}
</style>