Shades of Pale Violet Red #DF73A3
Tints of Pale Violet Red #DF73A3
RGB
CMYK
RGB Variations
Color information
#DF73A3 (or 0xDF73A3) is known color: Pale Violet Red. HEX triplet: DF, 73 and A3. RGB value is (223,115,163). Sum of RGB (Red+Green+Blue) = 223+115+163=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73A3 is #208C5C. Grayscale: #989898. Windows color (decimal): -2133085 or 10712031. OLE color: 10712031.
HSL color Cylindrical-coordinate representation of color #DF73A3: hue angle of 333.33º 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 #DF73A3 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 163 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.13 |
| HSL | 333.33º | 0.63% | 0.66% | - |
| HSV(B) | 333.33º | 0.48% | 0.87% | - |
| XYZ | 43.17 | 30.59 | 38.28 | - |
| YUV | 152.76 | 133.78 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 163 | 0 | 0.48 | 0.27 | 0.13 | 333.33 | 0.63 | 0.66 |
| Hex | DF | 73 | A3 | 0 | 30 | 1B | D | 14D | 3F | 42 |
| Octal | 337 | 163 | 243 | 0 | 60 | 33 | 15 | 515 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10100011 | 0 | 110000 | 11011 | 1101 | 101001101 | 111111 | 1000010 |
Color Harmonies of #DF73A3
Complementary color
Monochromatic Colors of #DF73A3
Black with #DF73A3
Text Example
Text Example
White with #DF73A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73A3; }
p { color: rgb(223,115,163); }
H1.HeaderClassName
{
color: #DF73A3;
}
.AnyTagClassName
{
color: #DF73A3;
}
</style>
background-color css
<style>
a { background-color: #DF73A3; }
a { background-color: rgb(223,115,163); }
div.DivClassName
{
background-color: #DF73A3;
}
.BgClassName
{
background-color: #DF73A3;
}
</style>
border-color css
<style>
span { border-color: #DF73A3; }
span { border-color: rgb(223,115,163); }
td.TdClassName
{
border-color: #DF73A3;
}
.TagClassName
{
border-color: #DF73A3;
}
</style>