Shades of Pale Violet Red #DA779E
Tints of Pale Violet Red #DA779E
RGB
CMYK
RGB Variations
Color information
#DA779E (or 0xDA779E) is known color: Pale Violet Red. HEX triplet: DA, 77 and 9E. RGB value is (218,119,158). Sum of RGB (Red+Green+Blue) = 218+119+158=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA779E is #258861. Grayscale: #989898. Windows color (decimal): -2459746 or 10385370. OLE color: 10385370.
HSL color Cylindrical-coordinate representation of color #DA779E: hue angle of 336.36º 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 #DA779E is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 158 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.15 |
| HSL | 336.36º | 0.57% | 0.66% | - |
| HSV(B) | 336.36º | 0.45% | 0.85% | - |
| XYZ | 41.68 | 30.57 | 36.05 | - |
| YUV | 153.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 158 | 0 | 0.45 | 0.28 | 0.15 | 336.36 | 0.57 | 0.66 |
| Hex | DA | 77 | 9E | 0 | 2D | 1C | F | 150 | 39 | 42 |
| Octal | 332 | 167 | 236 | 0 | 55 | 34 | 17 | 520 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10011110 | 0 | 101101 | 11100 | 1111 | 101010000 | 111001 | 1000010 |
Color Harmonies of #DA779E
Complementary color
Monochromatic Colors of #DA779E
Black with #DA779E
Text Example
Text Example
White with #DA779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA779E; }
p { color: rgb(218,119,158); }
H1.HeaderClassName
{
color: #DA779E;
}
.AnyTagClassName
{
color: #DA779E;
}
</style>
background-color css
<style>
a { background-color: #DA779E; }
a { background-color: rgb(218,119,158); }
div.DivClassName
{
background-color: #DA779E;
}
.BgClassName
{
background-color: #DA779E;
}
</style>
border-color css
<style>
span { border-color: #DA779E; }
span { border-color: rgb(218,119,158); }
td.TdClassName
{
border-color: #DA779E;
}
.TagClassName
{
border-color: #DA779E;
}
</style>