Shades of Pale Violet Red #D77191
Tints of Pale Violet Red #D77191
RGB
CMYK
RGB Variations
Color information
#D77191 (or 0xD77191) is known color: Pale Violet Red. HEX triplet: D7, 71 and 91. RGB value is (215,113,145). Sum of RGB (Red+Green+Blue) = 215+113+145=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D77191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77191 is #288E6E. Grayscale: #939393. Windows color (decimal): -2657903 or 9531863. OLE color: 9531863.
HSL color Cylindrical-coordinate representation of color #D77191: hue angle of 341.18º 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 #D77191 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 145 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.16 |
| HSL | 341.18º | 0.56% | 0.64% | - |
| HSV(B) | 341.18º | 0.47% | 0.84% | - |
| XYZ | 39.04 | 28.3 | 30.19 | - |
| YUV | 147.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 145 | 0 | 0.47 | 0.33 | 0.16 | 341.18 | 0.56 | 0.64 |
| Hex | D7 | 71 | 91 | 0 | 2F | 21 | 10 | 155 | 38 | 40 |
| Octal | 327 | 161 | 221 | 0 | 57 | 41 | 20 | 525 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10010001 | 0 | 101111 | 100001 | 10000 | 101010101 | 111000 | 1000000 |
Color Harmonies of #D77191
Complementary color
Monochromatic Colors of #D77191
Black with #D77191
Text Example
Text Example
White with #D77191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77191; }
p { color: rgb(215,113,145); }
H1.HeaderClassName
{
color: #D77191;
}
.AnyTagClassName
{
color: #D77191;
}
</style>
background-color css
<style>
a { background-color: #D77191; }
a { background-color: rgb(215,113,145); }
div.DivClassName
{
background-color: #D77191;
}
.BgClassName
{
background-color: #D77191;
}
</style>
border-color css
<style>
span { border-color: #D77191; }
span { border-color: rgb(215,113,145); }
td.TdClassName
{
border-color: #D77191;
}
.TagClassName
{
border-color: #D77191;
}
</style>