Shades of Pale Violet Red #D9769F
Tints of Pale Violet Red #D9769F
RGB
CMYK
RGB Variations
Color information
#D9769F (or 0xD9769F) is known color: Pale Violet Red. HEX triplet: D9, 76 and 9F. RGB value is (217,118,159). Sum of RGB (Red+Green+Blue) = 217+118+159=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9769F is #268960. Grayscale: #989898. Windows color (decimal): -2525537 or 10450649. OLE color: 10450649.
HSL color Cylindrical-coordinate representation of color #D9769F: hue angle of 335.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9769F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 159 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.15 |
| HSL | 335.15º | 0.57% | 0.66% | - |
| HSV(B) | 335.15º | 0.46% | 0.85% | - |
| XYZ | 41.35 | 30.21 | 36.45 | - |
| YUV | 152.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 159 | 0 | 0.46 | 0.27 | 0.15 | 335.15 | 0.57 | 0.66 |
| Hex | D9 | 76 | 9F | 0 | 2E | 1B | F | 14F | 39 | 42 |
| Octal | 331 | 166 | 237 | 0 | 56 | 33 | 17 | 517 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10011111 | 0 | 101110 | 11011 | 1111 | 101001111 | 111001 | 1000010 |
Color Harmonies of #D9769F
Complementary color
Monochromatic Colors of #D9769F
Black with #D9769F
Text Example
Text Example
White with #D9769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9769F; }
p { color: rgb(217,118,159); }
H1.HeaderClassName
{
color: #D9769F;
}
.AnyTagClassName
{
color: #D9769F;
}
</style>
background-color css
<style>
a { background-color: #D9769F; }
a { background-color: rgb(217,118,159); }
div.DivClassName
{
background-color: #D9769F;
}
.BgClassName
{
background-color: #D9769F;
}
</style>
border-color css
<style>
span { border-color: #D9769F; }
span { border-color: rgb(217,118,159); }
td.TdClassName
{
border-color: #D9769F;
}
.TagClassName
{
border-color: #D9769F;
}
</style>