Shades of Pale Violet Red #D76D91
Tints of Pale Violet Red #D76D91
RGB
CMYK
RGB Variations
Color information
#D76D91 (or 0xD76D91) is known color: Pale Violet Red. HEX triplet: D7, 6D and 91. RGB value is (215,109,145). Sum of RGB (Red+Green+Blue) = 215+109+145=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D91 is #28926E. Grayscale: #909090. Windows color (decimal): -2658927 or 9530839. OLE color: 9530839.
HSL color Cylindrical-coordinate representation of color #D76D91: hue angle of 339.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76D91 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 145 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.16 |
| HSL | 339.62º | 0.57% | 0.64% | - |
| HSV(B) | 339.62º | 0.49% | 0.84% | - |
| XYZ | 38.6 | 27.43 | 30.05 | - |
| YUV | 144.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 145 | 0 | 0.49 | 0.33 | 0.16 | 339.62 | 0.57 | 0.64 |
| Hex | D7 | 6D | 91 | 0 | 31 | 21 | 10 | 154 | 39 | 40 |
| Octal | 327 | 155 | 221 | 0 | 61 | 41 | 20 | 524 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10010001 | 0 | 110001 | 100001 | 10000 | 101010100 | 111001 | 1000000 |
Color Harmonies of #D76D91
Complementary color
Monochromatic Colors of #D76D91
Black with #D76D91
Text Example
Text Example
White with #D76D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D91; }
p { color: rgb(215,109,145); }
H1.HeaderClassName
{
color: #D76D91;
}
.AnyTagClassName
{
color: #D76D91;
}
</style>
background-color css
<style>
a { background-color: #D76D91; }
a { background-color: rgb(215,109,145); }
div.DivClassName
{
background-color: #D76D91;
}
.BgClassName
{
background-color: #D76D91;
}
</style>
border-color css
<style>
span { border-color: #D76D91; }
span { border-color: rgb(215,109,145); }
td.TdClassName
{
border-color: #D76D91;
}
.TagClassName
{
border-color: #D76D91;
}
</style>