Shades of Pale Violet Red #D76C8F
Tints of Pale Violet Red #D76C8F
RGB
CMYK
RGB Variations
Color information
#D76C8F (or 0xD76C8F) is known color: Pale Violet Red. HEX triplet: D7, 6C and 8F. RGB value is (215,108,143). Sum of RGB (Red+Green+Blue) = 215+108+143=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C8F is #289370. Grayscale: #8F8F8F. Windows color (decimal): -2659185 or 9399511. OLE color: 9399511.
HSL color Cylindrical-coordinate representation of color #D76C8F: hue angle of 340.37º 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 #D76C8F is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 143 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.16 |
| HSL | 340.37º | 0.57% | 0.63% | - |
| HSV(B) | 340.37º | 0.5% | 0.84% | - |
| XYZ | 38.34 | 27.16 | 29.21 | - |
| YUV | 143.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 143 | 0 | 0.50 | 0.33 | 0.16 | 340.37 | 0.57 | 0.63 |
| Hex | D7 | 6C | 8F | 0 | 32 | 21 | 10 | 154 | 39 | 3F |
| Octal | 327 | 154 | 217 | 0 | 62 | 41 | 20 | 524 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10001111 | 0 | 110010 | 100001 | 10000 | 101010100 | 111001 | 111111 |
Color Harmonies of #D76C8F
Complementary color
Monochromatic Colors of #D76C8F
Black with #D76C8F
Text Example
Text Example
White with #D76C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C8F; }
p { color: rgb(215,108,143); }
H1.HeaderClassName
{
color: #D76C8F;
}
.AnyTagClassName
{
color: #D76C8F;
}
</style>
background-color css
<style>
a { background-color: #D76C8F; }
a { background-color: rgb(215,108,143); }
div.DivClassName
{
background-color: #D76C8F;
}
.BgClassName
{
background-color: #D76C8F;
}
</style>
border-color css
<style>
span { border-color: #D76C8F; }
span { border-color: rgb(215,108,143); }
td.TdClassName
{
border-color: #D76C8F;
}
.TagClassName
{
border-color: #D76C8F;
}
</style>