Shades of Pale Violet Red #DA779C
Tints of Pale Violet Red #DA779C
RGB
CMYK
RGB Variations
Color information
#DA779C (or 0xDA779C) is known color: Pale Violet Red. HEX triplet: DA, 77 and 9C. RGB value is (218,119,156). Sum of RGB (Red+Green+Blue) = 218+119+156=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA779C is #258863. Grayscale: #989898. Windows color (decimal): -2459748 or 10254298. OLE color: 10254298.
HSL color Cylindrical-coordinate representation of color #DA779C: hue angle of 337.58º 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 #DA779C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 156 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.15 |
| HSL | 337.58º | 0.57% | 0.66% | - |
| HSV(B) | 337.58º | 0.45% | 0.85% | - |
| XYZ | 41.51 | 30.5 | 35.15 | - |
| YUV | 152.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 156 | 0 | 0.45 | 0.28 | 0.15 | 337.58 | 0.57 | 0.66 |
| Hex | DA | 77 | 9C | 0 | 2D | 1C | F | 152 | 39 | 42 |
| Octal | 332 | 167 | 234 | 0 | 55 | 34 | 17 | 522 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10011100 | 0 | 101101 | 11100 | 1111 | 101010010 | 111001 | 1000010 |
Color Harmonies of #DA779C
Complementary color
Monochromatic Colors of #DA779C
Black with #DA779C
Text Example
Text Example
White with #DA779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA779C; }
p { color: rgb(218,119,156); }
H1.HeaderClassName
{
color: #DA779C;
}
.AnyTagClassName
{
color: #DA779C;
}
</style>
background-color css
<style>
a { background-color: #DA779C; }
a { background-color: rgb(218,119,156); }
div.DivClassName
{
background-color: #DA779C;
}
.BgClassName
{
background-color: #DA779C;
}
</style>
border-color css
<style>
span { border-color: #DA779C; }
span { border-color: rgb(218,119,156); }
td.TdClassName
{
border-color: #DA779C;
}
.TagClassName
{
border-color: #DA779C;
}
</style>