Shades of Pale Violet Red #D77199
Tints of Pale Violet Red #D77199
RGB
CMYK
RGB Variations
Color information
#D77199 (or 0xD77199) is known color: Pale Violet Red. HEX triplet: D7, 71 and 99. RGB value is (215,113,153). Sum of RGB (Red+Green+Blue) = 215+113+153=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77199 is #288E66. Grayscale: #949494. Windows color (decimal): -2657895 or 10056151. OLE color: 10056151.
HSL color Cylindrical-coordinate representation of color #D77199: hue angle of 336.47º 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 #D77199 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 153 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.16 |
| HSL | 336.47º | 0.56% | 0.64% | - |
| HSV(B) | 336.47º | 0.47% | 0.84% | - |
| XYZ | 39.68 | 28.56 | 33.56 | - |
| YUV | 148.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 153 | 0 | 0.47 | 0.29 | 0.16 | 336.47 | 0.56 | 0.64 |
| Hex | D7 | 71 | 99 | 0 | 2F | 1D | 10 | 150 | 38 | 40 |
| Octal | 327 | 161 | 231 | 0 | 57 | 35 | 20 | 520 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10011001 | 0 | 101111 | 11101 | 10000 | 101010000 | 111000 | 1000000 |
Color Harmonies of #D77199
Complementary color
Monochromatic Colors of #D77199
Black with #D77199
Text Example
Text Example
White with #D77199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77199; }
p { color: rgb(215,113,153); }
H1.HeaderClassName
{
color: #D77199;
}
.AnyTagClassName
{
color: #D77199;
}
</style>
background-color css
<style>
a { background-color: #D77199; }
a { background-color: rgb(215,113,153); }
div.DivClassName
{
background-color: #D77199;
}
.BgClassName
{
background-color: #D77199;
}
</style>
border-color css
<style>
span { border-color: #D77199; }
span { border-color: rgb(215,113,153); }
td.TdClassName
{
border-color: #D77199;
}
.TagClassName
{
border-color: #D77199;
}
</style>