Shades of Pale Violet Red #DA7BA0
Tints of Pale Violet Red #DA7BA0
RGB
CMYK
RGB Variations
Color information
#DA7BA0 (or 0xDA7BA0) is known color: Pale Violet Red. HEX triplet: DA, 7B and A0. RGB value is (218,123,160). Sum of RGB (Red+Green+Blue) = 218+123+160=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BA0 is #25845F. Grayscale: #9B9B9B. Windows color (decimal): -2458720 or 10517466. OLE color: 10517466.
HSL color Cylindrical-coordinate representation of color #DA7BA0: hue angle of 336.63º 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 #DA7BA0 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 160 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.15 |
| HSL | 336.63º | 0.56% | 0.67% | - |
| HSV(B) | 336.63º | 0.44% | 0.85% | - |
| XYZ | 42.34 | 31.61 | 37.13 | - |
| YUV | 155.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 160 | 0 | 0.44 | 0.27 | 0.15 | 336.63 | 0.56 | 0.67 |
| Hex | DA | 7B | A0 | 0 | 2C | 1B | F | 151 | 38 | 43 |
| Octal | 332 | 173 | 240 | 0 | 54 | 33 | 17 | 521 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10100000 | 0 | 101100 | 11011 | 1111 | 101010001 | 111000 | 1000011 |
Color Harmonies of #DA7BA0
Complementary color
Monochromatic Colors of #DA7BA0
Black with #DA7BA0
Text Example
Text Example
White with #DA7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BA0; }
p { color: rgb(218,123,160); }
H1.HeaderClassName
{
color: #DA7BA0;
}
.AnyTagClassName
{
color: #DA7BA0;
}
</style>
background-color css
<style>
a { background-color: #DA7BA0; }
a { background-color: rgb(218,123,160); }
div.DivClassName
{
background-color: #DA7BA0;
}
.BgClassName
{
background-color: #DA7BA0;
}
</style>
border-color css
<style>
span { border-color: #DA7BA0; }
span { border-color: rgb(218,123,160); }
td.TdClassName
{
border-color: #DA7BA0;
}
.TagClassName
{
border-color: #DA7BA0;
}
</style>