Shades of Pale Violet Red #DA7991
Tints of Pale Violet Red #DA7991
RGB
CMYK
RGB Variations
Color information
#DA7991 (or 0xDA7991) is known color: Pale Violet Red. HEX triplet: DA, 79 and 91. RGB value is (218,121,145). Sum of RGB (Red+Green+Blue) = 218+121+145=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7991 is #25866E. Grayscale: #989898. Windows color (decimal): -2459247 or 9533914. OLE color: 9533914.
HSL color Cylindrical-coordinate representation of color #DA7991: hue angle of 345.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7991 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 145 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.15 |
| HSL | 345.15º | 0.57% | 0.66% | - |
| HSV(B) | 345.15º | 0.44% | 0.85% | - |
| XYZ | 40.86 | 30.62 | 30.55 | - |
| YUV | 152.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 145 | 0 | 0.44 | 0.33 | 0.15 | 345.15 | 0.57 | 0.66 |
| Hex | DA | 79 | 91 | 0 | 2C | 21 | F | 159 | 39 | 42 |
| Octal | 332 | 171 | 221 | 0 | 54 | 41 | 17 | 531 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10010001 | 0 | 101100 | 100001 | 1111 | 101011001 | 111001 | 1000010 |
Color Harmonies of #DA7991
Complementary color
Monochromatic Colors of #DA7991
Black with #DA7991
Text Example
Text Example
White with #DA7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7991; }
p { color: rgb(218,121,145); }
H1.HeaderClassName
{
color: #DA7991;
}
.AnyTagClassName
{
color: #DA7991;
}
</style>
background-color css
<style>
a { background-color: #DA7991; }
a { background-color: rgb(218,121,145); }
div.DivClassName
{
background-color: #DA7991;
}
.BgClassName
{
background-color: #DA7991;
}
</style>
border-color css
<style>
span { border-color: #DA7991; }
span { border-color: rgb(218,121,145); }
td.TdClassName
{
border-color: #DA7991;
}
.TagClassName
{
border-color: #DA7991;
}
</style>