Shades of Pale Violet Red #DA7A91
Tints of Pale Violet Red #DA7A91
RGB
CMYK
RGB Variations
Color information
#DA7A91 (or 0xDA7A91) is known color: Pale Violet Red. HEX triplet: DA, 7A and 91. RGB value is (218,122,145). Sum of RGB (Red+Green+Blue) = 218+122+145=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A91 is #25856E. Grayscale: #999999. Windows color (decimal): -2458991 or 9534170. OLE color: 9534170.
HSL color Cylindrical-coordinate representation of color #DA7A91: hue angle of 345.62º 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 #DA7A91 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 145 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.15 |
| HSL | 345.63º | 0.56% | 0.67% | - |
| HSV(B) | 345.63º | 0.44% | 0.85% | - |
| XYZ | 40.98 | 30.87 | 30.59 | - |
| YUV | 153.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 145 | 0 | 0.44 | 0.33 | 0.15 | 345.63 | 0.56 | 0.67 |
| Hex | DA | 7A | 91 | 0 | 2C | 21 | F | 15A | 38 | 43 |
| Octal | 332 | 172 | 221 | 0 | 54 | 41 | 17 | 532 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10010001 | 0 | 101100 | 100001 | 1111 | 101011010 | 111000 | 1000011 |
Color Harmonies of #DA7A91
Complementary color
Monochromatic Colors of #DA7A91
Black with #DA7A91
Text Example
Text Example
White with #DA7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A91; }
p { color: rgb(218,122,145); }
H1.HeaderClassName
{
color: #DA7A91;
}
.AnyTagClassName
{
color: #DA7A91;
}
</style>
background-color css
<style>
a { background-color: #DA7A91; }
a { background-color: rgb(218,122,145); }
div.DivClassName
{
background-color: #DA7A91;
}
.BgClassName
{
background-color: #DA7A91;
}
</style>
border-color css
<style>
span { border-color: #DA7A91; }
span { border-color: rgb(218,122,145); }
td.TdClassName
{
border-color: #DA7A91;
}
.TagClassName
{
border-color: #DA7A91;
}
</style>