Shades of Pale Violet Red #D9769C
Tints of Pale Violet Red #D9769C
RGB
CMYK
RGB Variations
Color information
#D9769C (or 0xD9769C) is known color: Pale Violet Red. HEX triplet: D9, 76 and 9C. RGB value is (217,118,156). Sum of RGB (Red+Green+Blue) = 217+118+156=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9769C is #268963. Grayscale: #979797. Windows color (decimal): -2525540 or 10254041. OLE color: 10254041.
HSL color Cylindrical-coordinate representation of color #D9769C: hue angle of 336.97º 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 #D9769C is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 156 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.15 |
| HSL | 336.97º | 0.57% | 0.66% | - |
| HSV(B) | 336.97º | 0.46% | 0.85% | - |
| XYZ | 41.09 | 30.11 | 35.1 | - |
| YUV | 151.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 156 | 0 | 0.46 | 0.28 | 0.15 | 336.97 | 0.57 | 0.66 |
| Hex | D9 | 76 | 9C | 0 | 2E | 1C | F | 151 | 39 | 42 |
| Octal | 331 | 166 | 234 | 0 | 56 | 34 | 17 | 521 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10011100 | 0 | 101110 | 11100 | 1111 | 101010001 | 111001 | 1000010 |
Color Harmonies of #D9769C
Complementary color
Monochromatic Colors of #D9769C
Black with #D9769C
Text Example
Text Example
White with #D9769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9769C; }
p { color: rgb(217,118,156); }
H1.HeaderClassName
{
color: #D9769C;
}
.AnyTagClassName
{
color: #D9769C;
}
</style>
background-color css
<style>
a { background-color: #D9769C; }
a { background-color: rgb(217,118,156); }
div.DivClassName
{
background-color: #D9769C;
}
.BgClassName
{
background-color: #D9769C;
}
</style>
border-color css
<style>
span { border-color: #D9769C; }
span { border-color: rgb(217,118,156); }
td.TdClassName
{
border-color: #D9769C;
}
.TagClassName
{
border-color: #D9769C;
}
</style>