Shades of Pale Violet Red #DA7BA4
Tints of Pale Violet Red #DA7BA4
RGB
CMYK
RGB Variations
Color information
#DA7BA4 (or 0xDA7BA4) is known color: Pale Violet Red. HEX triplet: DA, 7B and A4. RGB value is (218,123,164). Sum of RGB (Red+Green+Blue) = 218+123+164=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7BA4 is #25845B. Grayscale: #9C9C9C. Windows color (decimal): -2458716 or 10779610. OLE color: 10779610.
HSL color Cylindrical-coordinate representation of color #DA7BA4: hue angle of 334.11º 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 #DA7BA4 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 164 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.15 |
| HSL | 334.11º | 0.56% | 0.67% | - |
| HSV(B) | 334.11º | 0.44% | 0.85% | - |
| XYZ | 42.7 | 31.75 | 39 | - |
| YUV | 156.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 164 | 0 | 0.44 | 0.25 | 0.15 | 334.11 | 0.56 | 0.67 |
| Hex | DA | 7B | A4 | 0 | 2C | 19 | F | 14E | 38 | 43 |
| Octal | 332 | 173 | 244 | 0 | 54 | 31 | 17 | 516 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10100100 | 0 | 101100 | 11001 | 1111 | 101001110 | 111000 | 1000011 |
Color Harmonies of #DA7BA4
Complementary color
Monochromatic Colors of #DA7BA4
Black with #DA7BA4
Text Example
Text Example
White with #DA7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BA4; }
p { color: rgb(218,123,164); }
H1.HeaderClassName
{
color: #DA7BA4;
}
.AnyTagClassName
{
color: #DA7BA4;
}
</style>
background-color css
<style>
a { background-color: #DA7BA4; }
a { background-color: rgb(218,123,164); }
div.DivClassName
{
background-color: #DA7BA4;
}
.BgClassName
{
background-color: #DA7BA4;
}
</style>
border-color css
<style>
span { border-color: #DA7BA4; }
span { border-color: rgb(218,123,164); }
td.TdClassName
{
border-color: #DA7BA4;
}
.TagClassName
{
border-color: #DA7BA4;
}
</style>