Shades of Pale Violet Red #DA7AAA
Tints of Pale Violet Red #DA7AAA
RGB
CMYK
RGB Variations
Color information
#DA7AAA (or 0xDA7AAA) is known color: Pale Violet Red. HEX triplet: DA, 7A and AA. RGB value is (218,122,170). Sum of RGB (Red+Green+Blue) = 218+122+170=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7AAA is #258555. Grayscale: #9C9C9C. Windows color (decimal): -2458966 or 11172570. OLE color: 11172570.
HSL color Cylindrical-coordinate representation of color #DA7AAA: hue angle of 330º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AAA is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 170 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.15 |
| HSL | 330º | 0.56% | 0.67% | - |
| HSV(B) | 330º | 0.44% | 0.85% | - |
| XYZ | 43.13 | 31.73 | 41.88 | - |
| YUV | 156.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 170 | 0 | 0.44 | 0.22 | 0.15 | 330 | 0.56 | 0.67 |
| Hex | DA | 7A | AA | 0 | 2C | 16 | F | 14A | 38 | 43 |
| Octal | 332 | 172 | 252 | 0 | 54 | 26 | 17 | 512 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10101010 | 0 | 101100 | 10110 | 1111 | 101001010 | 111000 | 1000011 |
Color Harmonies of #DA7AAA
Complementary color
Monochromatic Colors of #DA7AAA
Black with #DA7AAA
Text Example
Text Example
White with #DA7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AAA; }
p { color: rgb(218,122,170); }
H1.HeaderClassName
{
color: #DA7AAA;
}
.AnyTagClassName
{
color: #DA7AAA;
}
</style>
background-color css
<style>
a { background-color: #DA7AAA; }
a { background-color: rgb(218,122,170); }
div.DivClassName
{
background-color: #DA7AAA;
}
.BgClassName
{
background-color: #DA7AAA;
}
</style>
border-color css
<style>
span { border-color: #DA7AAA; }
span { border-color: rgb(218,122,170); }
td.TdClassName
{
border-color: #DA7AAA;
}
.TagClassName
{
border-color: #DA7AAA;
}
</style>