Shades of Pale Violet Red #D9769B
Tints of Pale Violet Red #D9769B
RGB
CMYK
RGB Variations
Color information
#D9769B (or 0xD9769B) is known color: Pale Violet Red. HEX triplet: D9, 76 and 9B. RGB value is (217,118,155). Sum of RGB (Red+Green+Blue) = 217+118+155=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9769B is #268964. Grayscale: #979797. Windows color (decimal): -2525541 or 10188505. OLE color: 10188505.
HSL color Cylindrical-coordinate representation of color #D9769B: hue angle of 337.58º 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 #D9769B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 155 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.15 |
| HSL | 337.58º | 0.57% | 0.66% | - |
| HSV(B) | 337.58º | 0.46% | 0.85% | - |
| XYZ | 41.01 | 30.08 | 34.65 | - |
| YUV | 151.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 155 | 0 | 0.46 | 0.29 | 0.15 | 337.58 | 0.57 | 0.66 |
| Hex | D9 | 76 | 9B | 0 | 2E | 1D | F | 152 | 39 | 42 |
| Octal | 331 | 166 | 233 | 0 | 56 | 35 | 17 | 522 | 71 | 102 |
| Binary | 11011001 | 1110110 | 10011011 | 0 | 101110 | 11101 | 1111 | 101010010 | 111001 | 1000010 |
Color Harmonies of #D9769B
Complementary color
Monochromatic Colors of #D9769B
Black with #D9769B
Text Example
Text Example
White with #D9769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9769B; }
p { color: rgb(217,118,155); }
H1.HeaderClassName
{
color: #D9769B;
}
.AnyTagClassName
{
color: #D9769B;
}
</style>
background-color css
<style>
a { background-color: #D9769B; }
a { background-color: rgb(217,118,155); }
div.DivClassName
{
background-color: #D9769B;
}
.BgClassName
{
background-color: #D9769B;
}
</style>
border-color css
<style>
span { border-color: #D9769B; }
span { border-color: rgb(217,118,155); }
td.TdClassName
{
border-color: #D9769B;
}
.TagClassName
{
border-color: #D9769B;
}
</style>