Shades of Pale Violet Red #D76E8D
Tints of Pale Violet Red #D76E8D
RGB
CMYK
RGB Variations
Color information
#D76E8D (or 0xD76E8D) is known color: Pale Violet Red. HEX triplet: D7, 6E and 8D. RGB value is (215,110,141). Sum of RGB (Red+Green+Blue) = 215+110+141=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E8D is #289172. Grayscale: #909090. Windows color (decimal): -2658675 or 9268951. OLE color: 9268951.
HSL color Cylindrical-coordinate representation of color #D76E8D: hue angle of 342.29º 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 #D76E8D is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 141 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.16 |
| HSL | 342.29º | 0.57% | 0.64% | - |
| HSV(B) | 342.29º | 0.49% | 0.84% | - |
| XYZ | 38.41 | 27.52 | 28.49 | - |
| YUV | 144.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 141 | 0 | 0.49 | 0.34 | 0.16 | 342.29 | 0.57 | 0.64 |
| Hex | D7 | 6E | 8D | 0 | 31 | 22 | 10 | 156 | 39 | 40 |
| Octal | 327 | 156 | 215 | 0 | 61 | 42 | 20 | 526 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10001101 | 0 | 110001 | 100010 | 10000 | 101010110 | 111001 | 1000000 |
Color Harmonies of #D76E8D
Complementary color
Monochromatic Colors of #D76E8D
Black with #D76E8D
Text Example
Text Example
White with #D76E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E8D; }
p { color: rgb(215,110,141); }
H1.HeaderClassName
{
color: #D76E8D;
}
.AnyTagClassName
{
color: #D76E8D;
}
</style>
background-color css
<style>
a { background-color: #D76E8D; }
a { background-color: rgb(215,110,141); }
div.DivClassName
{
background-color: #D76E8D;
}
.BgClassName
{
background-color: #D76E8D;
}
</style>
border-color css
<style>
span { border-color: #D76E8D; }
span { border-color: rgb(215,110,141); }
td.TdClassName
{
border-color: #D76E8D;
}
.TagClassName
{
border-color: #D76E8D;
}
</style>