Shades of Pale Violet Red #D76C96
Tints of Pale Violet Red #D76C96
RGB
CMYK
RGB Variations
Color information
#D76C96 (or 0xD76C96) is known color: Pale Violet Red. HEX triplet: D7, 6C and 96. RGB value is (215,108,150). Sum of RGB (Red+Green+Blue) = 215+108+150=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C96 is #289369. Grayscale: #909090. Windows color (decimal): -2659178 or 9858263. OLE color: 9858263.
HSL color Cylindrical-coordinate representation of color #D76C96: hue angle of 336.45º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C96 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 150 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.16 |
| HSL | 336.45º | 0.57% | 0.63% | - |
| HSV(B) | 336.45º | 0.5% | 0.84% | - |
| XYZ | 38.89 | 27.37 | 32.09 | - |
| YUV | 144.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 150 | 0 | 0.50 | 0.30 | 0.16 | 336.45 | 0.57 | 0.63 |
| Hex | D7 | 6C | 96 | 0 | 32 | 1E | 10 | 150 | 39 | 3F |
| Octal | 327 | 154 | 226 | 0 | 62 | 36 | 20 | 520 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10010110 | 0 | 110010 | 11110 | 10000 | 101010000 | 111001 | 111111 |
Color Harmonies of #D76C96
Complementary color
Monochromatic Colors of #D76C96
Black with #D76C96
Text Example
Text Example
White with #D76C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C96; }
p { color: rgb(215,108,150); }
H1.HeaderClassName
{
color: #D76C96;
}
.AnyTagClassName
{
color: #D76C96;
}
</style>
background-color css
<style>
a { background-color: #D76C96; }
a { background-color: rgb(215,108,150); }
div.DivClassName
{
background-color: #D76C96;
}
.BgClassName
{
background-color: #D76C96;
}
</style>
border-color css
<style>
span { border-color: #D76C96; }
span { border-color: rgb(215,108,150); }
td.TdClassName
{
border-color: #D76C96;
}
.TagClassName
{
border-color: #D76C96;
}
</style>