Shades of Pale Violet Red #D9779B
Tints of Pale Violet Red #D9779B
RGB
CMYK
RGB Variations
Color information
#D9779B (or 0xD9779B) is known color: Pale Violet Red. HEX triplet: D9, 77 and 9B. RGB value is (217,119,155). Sum of RGB (Red+Green+Blue) = 217+119+155=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9779B is #268864. Grayscale: #989898. Windows color (decimal): -2525285 or 10188761. OLE color: 10188761.
HSL color Cylindrical-coordinate representation of color #D9779B: hue angle of 337.96º degrees, saturation: 0.56, 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 #D9779B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 155 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.15 |
| HSL | 337.96º | 0.56% | 0.66% | - |
| HSV(B) | 337.96º | 0.45% | 0.85% | - |
| XYZ | 41.13 | 30.31 | 34.69 | - |
| YUV | 152.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 155 | 0 | 0.45 | 0.29 | 0.15 | 337.96 | 0.56 | 0.66 |
| Hex | D9 | 77 | 9B | 0 | 2D | 1D | F | 152 | 38 | 42 |
| Octal | 331 | 167 | 233 | 0 | 55 | 35 | 17 | 522 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10011011 | 0 | 101101 | 11101 | 1111 | 101010010 | 111000 | 1000010 |
Color Harmonies of #D9779B
Complementary color
Monochromatic Colors of #D9779B
Black with #D9779B
Text Example
Text Example
White with #D9779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9779B; }
p { color: rgb(217,119,155); }
H1.HeaderClassName
{
color: #D9779B;
}
.AnyTagClassName
{
color: #D9779B;
}
</style>
background-color css
<style>
a { background-color: #D9779B; }
a { background-color: rgb(217,119,155); }
div.DivClassName
{
background-color: #D9779B;
}
.BgClassName
{
background-color: #D9779B;
}
</style>
border-color css
<style>
span { border-color: #D9779B; }
span { border-color: rgb(217,119,155); }
td.TdClassName
{
border-color: #D9779B;
}
.TagClassName
{
border-color: #D9779B;
}
</style>