Shades of Pale Violet Red #DA7BA1
Tints of Pale Violet Red #DA7BA1
RGB
CMYK
RGB Variations
Color information
#DA7BA1 (or 0xDA7BA1) is known color: Pale Violet Red. HEX triplet: DA, 7B and A1. RGB value is (218,123,161). Sum of RGB (Red+Green+Blue) = 218+123+161=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BA1 is #25845E. Grayscale: #9B9B9B. Windows color (decimal): -2458719 or 10583002. OLE color: 10583002.
HSL color Cylindrical-coordinate representation of color #DA7BA1: hue angle of 336º 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 #DA7BA1 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 161 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.15 |
| HSL | 336º | 0.56% | 0.67% | - |
| HSV(B) | 336º | 0.44% | 0.85% | - |
| XYZ | 42.43 | 31.64 | 37.59 | - |
| YUV | 155.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 161 | 0 | 0.44 | 0.26 | 0.15 | 336 | 0.56 | 0.67 |
| Hex | DA | 7B | A1 | 0 | 2C | 1A | F | 150 | 38 | 43 |
| Octal | 332 | 173 | 241 | 0 | 54 | 32 | 17 | 520 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10100001 | 0 | 101100 | 11010 | 1111 | 101010000 | 111000 | 1000011 |
Color Harmonies of #DA7BA1
Complementary color
Monochromatic Colors of #DA7BA1
Black with #DA7BA1
Text Example
Text Example
White with #DA7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BA1; }
p { color: rgb(218,123,161); }
H1.HeaderClassName
{
color: #DA7BA1;
}
.AnyTagClassName
{
color: #DA7BA1;
}
</style>
background-color css
<style>
a { background-color: #DA7BA1; }
a { background-color: rgb(218,123,161); }
div.DivClassName
{
background-color: #DA7BA1;
}
.BgClassName
{
background-color: #DA7BA1;
}
</style>
border-color css
<style>
span { border-color: #DA7BA1; }
span { border-color: rgb(218,123,161); }
td.TdClassName
{
border-color: #DA7BA1;
}
.TagClassName
{
border-color: #DA7BA1;
}
</style>