Shades of Pale Violet Red #DF73AC
Tints of Pale Violet Red #DF73AC
RGB
CMYK
RGB Variations
Color information
#DF73AC (or 0xDF73AC) is known color: Pale Violet Red. HEX triplet: DF, 73 and AC. RGB value is (223,115,172). Sum of RGB (Red+Green+Blue) = 223+115+172=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF73AC is #208C53. Grayscale: #999999. Windows color (decimal): -2133076 or 11301855. OLE color: 11301855.
HSL color Cylindrical-coordinate representation of color #DF73AC: hue angle of 328.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 #DF73AC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 172 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.13 |
| HSL | 328.33º | 0.63% | 0.66% | - |
| HSV(B) | 328.33º | 0.48% | 0.87% | - |
| XYZ | 44.01 | 30.93 | 42.68 | - |
| YUV | 153.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 172 | 0 | 0.48 | 0.23 | 0.13 | 328.33 | 0.63 | 0.66 |
| Hex | DF | 73 | AC | 0 | 30 | 17 | D | 148 | 3F | 42 |
| Octal | 337 | 163 | 254 | 0 | 60 | 27 | 15 | 510 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10101100 | 0 | 110000 | 10111 | 1101 | 101001000 | 111111 | 1000010 |
Color Harmonies of #DF73AC
Complementary color
Monochromatic Colors of #DF73AC
Black with #DF73AC
Text Example
Text Example
White with #DF73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73AC; }
p { color: rgb(223,115,172); }
H1.HeaderClassName
{
color: #DF73AC;
}
.AnyTagClassName
{
color: #DF73AC;
}
</style>
background-color css
<style>
a { background-color: #DF73AC; }
a { background-color: rgb(223,115,172); }
div.DivClassName
{
background-color: #DF73AC;
}
.BgClassName
{
background-color: #DF73AC;
}
</style>
border-color css
<style>
span { border-color: #DF73AC; }
span { border-color: rgb(223,115,172); }
td.TdClassName
{
border-color: #DF73AC;
}
.TagClassName
{
border-color: #DF73AC;
}
</style>