Shades of Pale Violet Red #DA77A0
Tints of Pale Violet Red #DA77A0
RGB
CMYK
RGB Variations
Color information
#DA77A0 (or 0xDA77A0) is known color: Pale Violet Red. HEX triplet: DA, 77 and A0. RGB value is (218,119,160). Sum of RGB (Red+Green+Blue) = 218+119+160=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA77A0 is #25885F. Grayscale: #999999. Windows color (decimal): -2459744 or 10516442. OLE color: 10516442.
HSL color Cylindrical-coordinate representation of color #DA77A0: hue angle of 335.15º 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 #DA77A0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 160 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.15 |
| HSL | 335.15º | 0.57% | 0.66% | - |
| HSV(B) | 335.15º | 0.45% | 0.85% | - |
| XYZ | 41.86 | 30.64 | 36.97 | - |
| YUV | 153.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 160 | 0 | 0.45 | 0.27 | 0.15 | 335.15 | 0.57 | 0.66 |
| Hex | DA | 77 | A0 | 0 | 2D | 1B | F | 14F | 39 | 42 |
| Octal | 332 | 167 | 240 | 0 | 55 | 33 | 17 | 517 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10100000 | 0 | 101101 | 11011 | 1111 | 101001111 | 111001 | 1000010 |
Color Harmonies of #DA77A0
Complementary color
Monochromatic Colors of #DA77A0
Black with #DA77A0
Text Example
Text Example
White with #DA77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA77A0; }
p { color: rgb(218,119,160); }
H1.HeaderClassName
{
color: #DA77A0;
}
.AnyTagClassName
{
color: #DA77A0;
}
</style>
background-color css
<style>
a { background-color: #DA77A0; }
a { background-color: rgb(218,119,160); }
div.DivClassName
{
background-color: #DA77A0;
}
.BgClassName
{
background-color: #DA77A0;
}
</style>
border-color css
<style>
span { border-color: #DA77A0; }
span { border-color: rgb(218,119,160); }
td.TdClassName
{
border-color: #DA77A0;
}
.TagClassName
{
border-color: #DA77A0;
}
</style>