Shades of Pale Violet Red #DA7791
Tints of Pale Violet Red #DA7791
RGB
CMYK
RGB Variations
Color information
#DA7791 (or 0xDA7791) is known color: Pale Violet Red. HEX triplet: DA, 77 and 91. RGB value is (218,119,145). Sum of RGB (Red+Green+Blue) = 218+119+145=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7791 is #25886E. Grayscale: #979797. Windows color (decimal): -2459759 or 9533402. OLE color: 9533402.
HSL color Cylindrical-coordinate representation of color #DA7791: hue angle of 344.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7791 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 145 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.15 |
| HSL | 344.24º | 0.57% | 0.66% | - |
| HSV(B) | 344.24º | 0.45% | 0.85% | - |
| XYZ | 40.62 | 30.14 | 30.47 | - |
| YUV | 151.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 145 | 0 | 0.45 | 0.33 | 0.15 | 344.24 | 0.57 | 0.66 |
| Hex | DA | 77 | 91 | 0 | 2D | 21 | F | 158 | 39 | 42 |
| Octal | 332 | 167 | 221 | 0 | 55 | 41 | 17 | 530 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10010001 | 0 | 101101 | 100001 | 1111 | 101011000 | 111001 | 1000010 |
Color Harmonies of #DA7791
Complementary color
Monochromatic Colors of #DA7791
Black with #DA7791
Text Example
Text Example
White with #DA7791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7791; }
p { color: rgb(218,119,145); }
H1.HeaderClassName
{
color: #DA7791;
}
.AnyTagClassName
{
color: #DA7791;
}
</style>
background-color css
<style>
a { background-color: #DA7791; }
a { background-color: rgb(218,119,145); }
div.DivClassName
{
background-color: #DA7791;
}
.BgClassName
{
background-color: #DA7791;
}
</style>
border-color css
<style>
span { border-color: #DA7791; }
span { border-color: rgb(218,119,145); }
td.TdClassName
{
border-color: #DA7791;
}
.TagClassName
{
border-color: #DA7791;
}
</style>