Shades of Pale Violet Red #D6779B
Tints of Pale Violet Red #D6779B
RGB
CMYK
RGB Variations
Color information
#D6779B (or 0xD6779B) is known color: Pale Violet Red. HEX triplet: D6, 77 and 9B. RGB value is (214,119,155). Sum of RGB (Red+Green+Blue) = 214+119+155=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6779B is #298864. Grayscale: #979797. Windows color (decimal): -2721893 or 10188758. OLE color: 10188758.
HSL color Cylindrical-coordinate representation of color #D6779B: hue angle of 337.26º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6779B is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 155 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.16 |
| HSL | 337.26º | 0.54% | 0.65% | - |
| HSV(B) | 337.26º | 0.44% | 0.84% | - |
| XYZ | 40.24 | 29.86 | 34.65 | - |
| YUV | 151.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 155 | 0 | 0.44 | 0.28 | 0.16 | 337.26 | 0.54 | 0.65 |
| Hex | D6 | 77 | 9B | 0 | 2C | 1C | 10 | 151 | 36 | 41 |
| Octal | 326 | 167 | 233 | 0 | 54 | 34 | 20 | 521 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10011011 | 0 | 101100 | 11100 | 10000 | 101010001 | 110110 | 1000001 |
Color Harmonies of #D6779B
Complementary color
Monochromatic Colors of #D6779B
Black with #D6779B
Text Example
Text Example
White with #D6779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6779B; }
p { color: rgb(214,119,155); }
H1.HeaderClassName
{
color: #D6779B;
}
.AnyTagClassName
{
color: #D6779B;
}
</style>
background-color css
<style>
a { background-color: #D6779B; }
a { background-color: rgb(214,119,155); }
div.DivClassName
{
background-color: #D6779B;
}
.BgClassName
{
background-color: #D6779B;
}
</style>
border-color css
<style>
span { border-color: #D6779B; }
span { border-color: rgb(214,119,155); }
td.TdClassName
{
border-color: #D6779B;
}
.TagClassName
{
border-color: #D6779B;
}
</style>