Shades of Pale Violet Red #D77197
Tints of Pale Violet Red #D77197
RGB
CMYK
RGB Variations
Color information
#D77197 (or 0xD77197) is known color: Pale Violet Red. HEX triplet: D7, 71 and 97. RGB value is (215,113,151). Sum of RGB (Red+Green+Blue) = 215+113+151=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77197 is #288E68. Grayscale: #939393. Windows color (decimal): -2657897 or 9925079. OLE color: 9925079.
HSL color Cylindrical-coordinate representation of color #D77197: hue angle of 337.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77197 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 151 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.16 |
| HSL | 337.65º | 0.56% | 0.64% | - |
| HSV(B) | 337.65º | 0.47% | 0.84% | - |
| XYZ | 39.52 | 28.49 | 32.69 | - |
| YUV | 147.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 151 | 0 | 0.47 | 0.30 | 0.16 | 337.65 | 0.56 | 0.64 |
| Hex | D7 | 71 | 97 | 0 | 2F | 1E | 10 | 152 | 38 | 40 |
| Octal | 327 | 161 | 227 | 0 | 57 | 36 | 20 | 522 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10010111 | 0 | 101111 | 11110 | 10000 | 101010010 | 111000 | 1000000 |
Color Harmonies of #D77197
Complementary color
Monochromatic Colors of #D77197
Black with #D77197
Text Example
Text Example
White with #D77197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77197; }
p { color: rgb(215,113,151); }
H1.HeaderClassName
{
color: #D77197;
}
.AnyTagClassName
{
color: #D77197;
}
</style>
background-color css
<style>
a { background-color: #D77197; }
a { background-color: rgb(215,113,151); }
div.DivClassName
{
background-color: #D77197;
}
.BgClassName
{
background-color: #D77197;
}
</style>
border-color css
<style>
span { border-color: #D77197; }
span { border-color: rgb(215,113,151); }
td.TdClassName
{
border-color: #D77197;
}
.TagClassName
{
border-color: #D77197;
}
</style>