Shades of Pale Violet Red #D76D9A
Tints of Pale Violet Red #D76D9A
RGB
CMYK
RGB Variations
Color information
#D76D9A (or 0xD76D9A) is known color: Pale Violet Red. HEX triplet: D7, 6D and 9A. RGB value is (215,109,154). Sum of RGB (Red+Green+Blue) = 215+109+154=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D9A is #289265. Grayscale: #919191. Windows color (decimal): -2658918 or 10120663. OLE color: 10120663.
HSL color Cylindrical-coordinate representation of color #D76D9A: hue angle of 334.53º 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 #D76D9A is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 154 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.16 |
| HSL | 334.53º | 0.57% | 0.64% | - |
| HSV(B) | 334.53º | 0.49% | 0.84% | - |
| XYZ | 39.33 | 27.72 | 33.85 | - |
| YUV | 145.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 154 | 0 | 0.49 | 0.28 | 0.16 | 334.53 | 0.57 | 0.64 |
| Hex | D7 | 6D | 9A | 0 | 31 | 1C | 10 | 14F | 39 | 40 |
| Octal | 327 | 155 | 232 | 0 | 61 | 34 | 20 | 517 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10011010 | 0 | 110001 | 11100 | 10000 | 101001111 | 111001 | 1000000 |
Color Harmonies of #D76D9A
Complementary color
Monochromatic Colors of #D76D9A
Black with #D76D9A
Text Example
Text Example
White with #D76D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D9A; }
p { color: rgb(215,109,154); }
H1.HeaderClassName
{
color: #D76D9A;
}
.AnyTagClassName
{
color: #D76D9A;
}
</style>
background-color css
<style>
a { background-color: #D76D9A; }
a { background-color: rgb(215,109,154); }
div.DivClassName
{
background-color: #D76D9A;
}
.BgClassName
{
background-color: #D76D9A;
}
</style>
border-color css
<style>
span { border-color: #D76D9A; }
span { border-color: rgb(215,109,154); }
td.TdClassName
{
border-color: #D76D9A;
}
.TagClassName
{
border-color: #D76D9A;
}
</style>