Shades of Pale Violet Red #D76D8C
Tints of Pale Violet Red #D76D8C
RGB
CMYK
RGB Variations
Color information
#D76D8C (or 0xD76D8C) is known color: Pale Violet Red. HEX triplet: D7, 6D and 8C. RGB value is (215,109,140). Sum of RGB (Red+Green+Blue) = 215+109+140=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D8C is #289273. Grayscale: #909090. Windows color (decimal): -2658932 or 9203159. OLE color: 9203159.
HSL color Cylindrical-coordinate representation of color #D76D8C: hue angle of 342.45º 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 #D76D8C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 140 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.16 |
| HSL | 342.45º | 0.57% | 0.64% | - |
| HSV(B) | 342.45º | 0.49% | 0.84% | - |
| XYZ | 38.23 | 27.28 | 28.06 | - |
| YUV | 144.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 140 | 0 | 0.49 | 0.35 | 0.16 | 342.45 | 0.57 | 0.64 |
| Hex | D7 | 6D | 8C | 0 | 31 | 23 | 10 | 156 | 39 | 40 |
| Octal | 327 | 155 | 214 | 0 | 61 | 43 | 20 | 526 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10001100 | 0 | 110001 | 100011 | 10000 | 101010110 | 111001 | 1000000 |
Color Harmonies of #D76D8C
Complementary color
Monochromatic Colors of #D76D8C
Black with #D76D8C
Text Example
Text Example
White with #D76D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D8C; }
p { color: rgb(215,109,140); }
H1.HeaderClassName
{
color: #D76D8C;
}
.AnyTagClassName
{
color: #D76D8C;
}
</style>
background-color css
<style>
a { background-color: #D76D8C; }
a { background-color: rgb(215,109,140); }
div.DivClassName
{
background-color: #D76D8C;
}
.BgClassName
{
background-color: #D76D8C;
}
</style>
border-color css
<style>
span { border-color: #D76D8C; }
span { border-color: rgb(215,109,140); }
td.TdClassName
{
border-color: #D76D8C;
}
.TagClassName
{
border-color: #D76D8C;
}
</style>