Shades of Pale Violet Red #D76995
Tints of Pale Violet Red #D76995
RGB
CMYK
RGB Variations
Color information
#D76995 (or 0xD76995) is known color: Pale Violet Red. HEX triplet: D7, 69 and 95. RGB value is (215,105,149). Sum of RGB (Red+Green+Blue) = 215+105+149=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76995 is #28966A. Grayscale: #8E8E8E. Windows color (decimal): -2659947 or 9791959. OLE color: 9791959.
HSL color Cylindrical-coordinate representation of color #D76995: hue angle of 336º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76995 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 149 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.16 |
| HSL | 336º | 0.58% | 0.63% | - |
| HSV(B) | 336º | 0.51% | 0.84% | - |
| XYZ | 38.5 | 26.72 | 31.56 | - |
| YUV | 142.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 149 | 0 | 0.51 | 0.31 | 0.16 | 336 | 0.58 | 0.63 |
| Hex | D7 | 69 | 95 | 0 | 33 | 1F | 10 | 150 | 3A | 3F |
| Octal | 327 | 151 | 225 | 0 | 63 | 37 | 20 | 520 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10010101 | 0 | 110011 | 11111 | 10000 | 101010000 | 111010 | 111111 |
Color Harmonies of #D76995
Complementary color
Monochromatic Colors of #D76995
Black with #D76995
Text Example
Text Example
White with #D76995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76995; }
p { color: rgb(215,105,149); }
H1.HeaderClassName
{
color: #D76995;
}
.AnyTagClassName
{
color: #D76995;
}
</style>
background-color css
<style>
a { background-color: #D76995; }
a { background-color: rgb(215,105,149); }
div.DivClassName
{
background-color: #D76995;
}
.BgClassName
{
background-color: #D76995;
}
</style>
border-color css
<style>
span { border-color: #D76995; }
span { border-color: rgb(215,105,149); }
td.TdClassName
{
border-color: #D76995;
}
.TagClassName
{
border-color: #D76995;
}
</style>