Shades of Pale Violet Red #D76992
Tints of Pale Violet Red #D76992
RGB
CMYK
RGB Variations
Color information
#D76992 (or 0xD76992) is known color: Pale Violet Red. HEX triplet: D7, 69 and 92. RGB value is (215,105,146). Sum of RGB (Red+Green+Blue) = 215+105+146=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76992 is #28966D. Grayscale: #8E8E8E. Windows color (decimal): -2659950 or 9595351. OLE color: 9595351.
HSL color Cylindrical-coordinate representation of color #D76992: hue angle of 337.64º 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 #D76992 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 146 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.16 |
| HSL | 337.64º | 0.58% | 0.63% | - |
| HSV(B) | 337.64º | 0.51% | 0.84% | - |
| XYZ | 38.26 | 26.63 | 30.32 | - |
| YUV | 142.56 | 129.94 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 146 | 0 | 0.51 | 0.32 | 0.16 | 337.64 | 0.58 | 0.63 |
| Hex | D7 | 69 | 92 | 0 | 33 | 20 | 10 | 152 | 3A | 3F |
| Octal | 327 | 151 | 222 | 0 | 63 | 40 | 20 | 522 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10010010 | 0 | 110011 | 100000 | 10000 | 101010010 | 111010 | 111111 |
Color Harmonies of #D76992
Complementary color
Monochromatic Colors of #D76992
Black with #D76992
Text Example
Text Example
White with #D76992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76992; }
p { color: rgb(215,105,146); }
H1.HeaderClassName
{
color: #D76992;
}
.AnyTagClassName
{
color: #D76992;
}
</style>
background-color css
<style>
a { background-color: #D76992; }
a { background-color: rgb(215,105,146); }
div.DivClassName
{
background-color: #D76992;
}
.BgClassName
{
background-color: #D76992;
}
</style>
border-color css
<style>
span { border-color: #D76992; }
span { border-color: rgb(215,105,146); }
td.TdClassName
{
border-color: #D76992;
}
.TagClassName
{
border-color: #D76992;
}
</style>