Shades of Pale Violet Red #DF73A9
Tints of Pale Violet Red #DF73A9
RGB
CMYK
RGB Variations
Color information
#DF73A9 (or 0xDF73A9) is known color: Pale Violet Red. HEX triplet: DF, 73 and A9. RGB value is (223,115,169). Sum of RGB (Red+Green+Blue) = 223+115+169=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73A9 is #208C56. Grayscale: #999999. Windows color (decimal): -2133079 or 11105247. OLE color: 11105247.
HSL color Cylindrical-coordinate representation of color #DF73A9: hue angle of 330º 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 #DF73A9 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 169 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.13 |
| HSL | 330º | 0.63% | 0.66% | - |
| HSV(B) | 330º | 0.48% | 0.87% | - |
| XYZ | 43.72 | 30.81 | 41.18 | - |
| YUV | 153.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 169 | 0 | 0.48 | 0.24 | 0.13 | 330 | 0.63 | 0.66 |
| Hex | DF | 73 | A9 | 0 | 30 | 18 | D | 14A | 3F | 42 |
| Octal | 337 | 163 | 251 | 0 | 60 | 30 | 15 | 512 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10101001 | 0 | 110000 | 11000 | 1101 | 101001010 | 111111 | 1000010 |
Color Harmonies of #DF73A9
Complementary color
Monochromatic Colors of #DF73A9
Black with #DF73A9
Text Example
Text Example
White with #DF73A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73A9; }
p { color: rgb(223,115,169); }
H1.HeaderClassName
{
color: #DF73A9;
}
.AnyTagClassName
{
color: #DF73A9;
}
</style>
background-color css
<style>
a { background-color: #DF73A9; }
a { background-color: rgb(223,115,169); }
div.DivClassName
{
background-color: #DF73A9;
}
.BgClassName
{
background-color: #DF73A9;
}
</style>
border-color css
<style>
span { border-color: #DF73A9; }
span { border-color: rgb(223,115,169); }
td.TdClassName
{
border-color: #DF73A9;
}
.TagClassName
{
border-color: #DF73A9;
}
</style>