Shades of Pale Violet Red #D9779F
Tints of Pale Violet Red #D9779F
RGB
CMYK
RGB Variations
Color information
#D9779F (or 0xD9779F) is known color: Pale Violet Red. HEX triplet: D9, 77 and 9F. RGB value is (217,119,159). Sum of RGB (Red+Green+Blue) = 217+119+159=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9779F is #268860. Grayscale: #989898. Windows color (decimal): -2525281 or 10450905. OLE color: 10450905.
HSL color Cylindrical-coordinate representation of color #D9779F: hue angle of 335.51º 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 #D9779F is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 159 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.15 |
| HSL | 335.51º | 0.56% | 0.66% | - |
| HSV(B) | 335.51º | 0.45% | 0.85% | - |
| XYZ | 41.47 | 30.45 | 36.49 | - |
| YUV | 152.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 159 | 0 | 0.45 | 0.27 | 0.15 | 335.51 | 0.56 | 0.66 |
| Hex | D9 | 77 | 9F | 0 | 2D | 1B | F | 150 | 38 | 42 |
| Octal | 331 | 167 | 237 | 0 | 55 | 33 | 17 | 520 | 70 | 102 |
| Binary | 11011001 | 1110111 | 10011111 | 0 | 101101 | 11011 | 1111 | 101010000 | 111000 | 1000010 |
Color Harmonies of #D9779F
Complementary color
Monochromatic Colors of #D9779F
Black with #D9779F
Text Example
Text Example
White with #D9779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9779F; }
p { color: rgb(217,119,159); }
H1.HeaderClassName
{
color: #D9779F;
}
.AnyTagClassName
{
color: #D9779F;
}
</style>
background-color css
<style>
a { background-color: #D9779F; }
a { background-color: rgb(217,119,159); }
div.DivClassName
{
background-color: #D9779F;
}
.BgClassName
{
background-color: #D9779F;
}
</style>
border-color css
<style>
span { border-color: #D9779F; }
span { border-color: rgb(217,119,159); }
td.TdClassName
{
border-color: #D9779F;
}
.TagClassName
{
border-color: #D9779F;
}
</style>