Shades of Pale Violet Red #DF7AAA
Tints of Pale Violet Red #DF7AAA
RGB
CMYK
RGB Variations
Color information
#DF7AAA (or 0xDF7AAA) is known color: Pale Violet Red. HEX triplet: DF, 7A and AA. RGB value is (223,122,170). Sum of RGB (Red+Green+Blue) = 223+122+170=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AAA is #208555. Grayscale: #9D9D9D. Windows color (decimal): -2131286 or 11172575. OLE color: 11172575.
HSL color Cylindrical-coordinate representation of color #DF7AAA: hue angle of 331.49º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7AAA is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 170 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.13 |
| HSL | 331.49º | 0.61% | 0.68% | - |
| HSV(B) | 331.49º | 0.45% | 0.87% | - |
| XYZ | 44.65 | 32.51 | 41.95 | - |
| YUV | 157.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 170 | 0 | 0.45 | 0.24 | 0.13 | 331.49 | 0.61 | 0.68 |
| Hex | DF | 7A | AA | 0 | 2D | 18 | D | 14B | 3D | 44 |
| Octal | 337 | 172 | 252 | 0 | 55 | 30 | 15 | 513 | 75 | 104 |
| Binary | 11011111 | 1111010 | 10101010 | 0 | 101101 | 11000 | 1101 | 101001011 | 111101 | 1000100 |
Color Harmonies of #DF7AAA
Complementary color
Monochromatic Colors of #DF7AAA
Black with #DF7AAA
Text Example
Text Example
White with #DF7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7AAA; }
p { color: rgb(223,122,170); }
H1.HeaderClassName
{
color: #DF7AAA;
}
.AnyTagClassName
{
color: #DF7AAA;
}
</style>
background-color css
<style>
a { background-color: #DF7AAA; }
a { background-color: rgb(223,122,170); }
div.DivClassName
{
background-color: #DF7AAA;
}
.BgClassName
{
background-color: #DF7AAA;
}
</style>
border-color css
<style>
span { border-color: #DF7AAA; }
span { border-color: rgb(223,122,170); }
td.TdClassName
{
border-color: #DF7AAA;
}
.TagClassName
{
border-color: #DF7AAA;
}
</style>