Shades of Pale Violet Red #DA7BA3
Tints of Pale Violet Red #DA7BA3
RGB
CMYK
RGB Variations
Color information
#DA7BA3 (or 0xDA7BA3) is known color: Pale Violet Red. HEX triplet: DA, 7B and A3. RGB value is (218,123,163). Sum of RGB (Red+Green+Blue) = 218+123+163=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BA3 is #25845C. Grayscale: #9B9B9B. Windows color (decimal): -2458717 or 10714074. OLE color: 10714074.
HSL color Cylindrical-coordinate representation of color #DA7BA3: hue angle of 334.74º 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 #DA7BA3 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 163 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.15 |
| HSL | 334.74º | 0.56% | 0.67% | - |
| HSV(B) | 334.74º | 0.44% | 0.85% | - |
| XYZ | 42.61 | 31.72 | 38.53 | - |
| YUV | 155.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 163 | 0 | 0.44 | 0.25 | 0.15 | 334.74 | 0.56 | 0.67 |
| Hex | DA | 7B | A3 | 0 | 2C | 19 | F | 14F | 38 | 43 |
| Octal | 332 | 173 | 243 | 0 | 54 | 31 | 17 | 517 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10100011 | 0 | 101100 | 11001 | 1111 | 101001111 | 111000 | 1000011 |
Color Harmonies of #DA7BA3
Complementary color
Monochromatic Colors of #DA7BA3
Black with #DA7BA3
Text Example
Text Example
White with #DA7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BA3; }
p { color: rgb(218,123,163); }
H1.HeaderClassName
{
color: #DA7BA3;
}
.AnyTagClassName
{
color: #DA7BA3;
}
</style>
background-color css
<style>
a { background-color: #DA7BA3; }
a { background-color: rgb(218,123,163); }
div.DivClassName
{
background-color: #DA7BA3;
}
.BgClassName
{
background-color: #DA7BA3;
}
</style>
border-color css
<style>
span { border-color: #DA7BA3; }
span { border-color: rgb(218,123,163); }
td.TdClassName
{
border-color: #DA7BA3;
}
.TagClassName
{
border-color: #DA7BA3;
}
</style>