Shades of Pale Violet Red #D76A8C
Tints of Pale Violet Red #D76A8C
RGB
CMYK
RGB Variations
Color information
#D76A8C (or 0xD76A8C) is known color: Pale Violet Red. HEX triplet: D7, 6A and 8C. RGB value is (215,106,140). Sum of RGB (Red+Green+Blue) = 215+106+140=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A8C is #289573. Grayscale: #8E8E8E. Windows color (decimal): -2659700 or 9202391. OLE color: 9202391.
HSL color Cylindrical-coordinate representation of color #D76A8C: hue angle of 341.28º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76A8C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 140 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.16 |
| HSL | 341.28º | 0.58% | 0.63% | - |
| HSV(B) | 341.28º | 0.51% | 0.84% | - |
| XYZ | 37.91 | 26.65 | 27.96 | - |
| YUV | 142.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 140 | 0 | 0.51 | 0.35 | 0.16 | 341.28 | 0.58 | 0.63 |
| Hex | D7 | 6A | 8C | 0 | 33 | 23 | 10 | 155 | 3A | 3F |
| Octal | 327 | 152 | 214 | 0 | 63 | 43 | 20 | 525 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10001100 | 0 | 110011 | 100011 | 10000 | 101010101 | 111010 | 111111 |
Color Harmonies of #D76A8C
Complementary color
Monochromatic Colors of #D76A8C
Black with #D76A8C
Text Example
Text Example
White with #D76A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A8C; }
p { color: rgb(215,106,140); }
H1.HeaderClassName
{
color: #D76A8C;
}
.AnyTagClassName
{
color: #D76A8C;
}
</style>
background-color css
<style>
a { background-color: #D76A8C; }
a { background-color: rgb(215,106,140); }
div.DivClassName
{
background-color: #D76A8C;
}
.BgClassName
{
background-color: #D76A8C;
}
</style>
border-color css
<style>
span { border-color: #D76A8C; }
span { border-color: rgb(215,106,140); }
td.TdClassName
{
border-color: #D76A8C;
}
.TagClassName
{
border-color: #D76A8C;
}
</style>