Shades of Pale Violet Red #DA77A9
Tints of Pale Violet Red #DA77A9
RGB
CMYK
RGB Variations
Color information
#DA77A9 (or 0xDA77A9) is known color: Pale Violet Red. HEX triplet: DA, 77 and A9. RGB value is (218,119,169). Sum of RGB (Red+Green+Blue) = 218+119+169=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77A9 is #258856. Grayscale: #9A9A9A. Windows color (decimal): -2459735 or 11106266. OLE color: 11106266.
HSL color Cylindrical-coordinate representation of color #DA77A9: hue angle of 329.7º 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 #DA77A9 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 169 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.15 |
| HSL | 329.7º | 0.57% | 0.66% | - |
| HSV(B) | 329.7º | 0.45% | 0.85% | - |
| XYZ | 42.67 | 30.96 | 41.26 | - |
| YUV | 154.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 169 | 0 | 0.45 | 0.22 | 0.15 | 329.7 | 0.57 | 0.66 |
| Hex | DA | 77 | A9 | 0 | 2D | 16 | F | 14A | 39 | 42 |
| Octal | 332 | 167 | 251 | 0 | 55 | 26 | 17 | 512 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10101001 | 0 | 101101 | 10110 | 1111 | 101001010 | 111001 | 1000010 |
Color Harmonies of #DA77A9
Complementary color
Monochromatic Colors of #DA77A9
Black with #DA77A9
Text Example
Text Example
White with #DA77A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77A9; }
p { color: rgb(218,119,169); }
H1.HeaderClassName
{
color: #DA77A9;
}
.AnyTagClassName
{
color: #DA77A9;
}
</style>
background-color css
<style>
a { background-color: #DA77A9; }
a { background-color: rgb(218,119,169); }
div.DivClassName
{
background-color: #DA77A9;
}
.BgClassName
{
background-color: #DA77A9;
}
</style>
border-color css
<style>
span { border-color: #DA77A9; }
span { border-color: rgb(218,119,169); }
td.TdClassName
{
border-color: #DA77A9;
}
.TagClassName
{
border-color: #DA77A9;
}
</style>