Shades of Pale Violet Red #D76E8C
Tints of Pale Violet Red #D76E8C
RGB
CMYK
RGB Variations
Color information
#D76E8C (or 0xD76E8C) is known color: Pale Violet Red. HEX triplet: D7, 6E and 8C. RGB value is (215,110,140). Sum of RGB (Red+Green+Blue) = 215+110+140=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E8C is #289173. Grayscale: #909090. Windows color (decimal): -2658676 or 9203415. OLE color: 9203415.
HSL color Cylindrical-coordinate representation of color #D76E8C: hue angle of 342.86º 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 #D76E8C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 140 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.16 |
| HSL | 342.86º | 0.57% | 0.64% | - |
| HSV(B) | 342.86º | 0.49% | 0.84% | - |
| XYZ | 38.33 | 27.49 | 28.1 | - |
| YUV | 144.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 140 | 0 | 0.49 | 0.35 | 0.16 | 342.86 | 0.57 | 0.64 |
| Hex | D7 | 6E | 8C | 0 | 31 | 23 | 10 | 157 | 39 | 40 |
| Octal | 327 | 156 | 214 | 0 | 61 | 43 | 20 | 527 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10001100 | 0 | 110001 | 100011 | 10000 | 101010111 | 111001 | 1000000 |
Color Harmonies of #D76E8C
Complementary color
Monochromatic Colors of #D76E8C
Black with #D76E8C
Text Example
Text Example
White with #D76E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E8C; }
p { color: rgb(215,110,140); }
H1.HeaderClassName
{
color: #D76E8C;
}
.AnyTagClassName
{
color: #D76E8C;
}
</style>
background-color css
<style>
a { background-color: #D76E8C; }
a { background-color: rgb(215,110,140); }
div.DivClassName
{
background-color: #D76E8C;
}
.BgClassName
{
background-color: #D76E8C;
}
</style>
border-color css
<style>
span { border-color: #D76E8C; }
span { border-color: rgb(215,110,140); }
td.TdClassName
{
border-color: #D76E8C;
}
.TagClassName
{
border-color: #D76E8C;
}
</style>