Shades of Pale Violet Red #D77C9B
Tints of Pale Violet Red #D77C9B
RGB
CMYK
RGB Variations
Color information
#D77C9B (or 0xD77C9B) is known color: Pale Violet Red. HEX triplet: D7, 7C and 9B. RGB value is (215,124,155). Sum of RGB (Red+Green+Blue) = 215+124+155=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77C9B is #288364. Grayscale: #9A9A9A. Windows color (decimal): -2655077 or 10190039. OLE color: 10190039.
HSL color Cylindrical-coordinate representation of color #D77C9B: hue angle of 339.56º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77C9B is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 155 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.16 |
| HSL | 339.56º | 0.53% | 0.66% | - |
| HSV(B) | 339.56º | 0.42% | 0.84% | - |
| XYZ | 41.15 | 31.23 | 34.87 | - |
| YUV | 154.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 155 | 0 | 0.42 | 0.28 | 0.16 | 339.56 | 0.53 | 0.66 |
| Hex | D7 | 7C | 9B | 0 | 2A | 1C | 10 | 154 | 35 | 42 |
| Octal | 327 | 174 | 233 | 0 | 52 | 34 | 20 | 524 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10011011 | 0 | 101010 | 11100 | 10000 | 101010100 | 110101 | 1000010 |
Color Harmonies of #D77C9B
Complementary color
Monochromatic Colors of #D77C9B
Black with #D77C9B
Text Example
Text Example
White with #D77C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77C9B; }
p { color: rgb(215,124,155); }
H1.HeaderClassName
{
color: #D77C9B;
}
.AnyTagClassName
{
color: #D77C9B;
}
</style>
background-color css
<style>
a { background-color: #D77C9B; }
a { background-color: rgb(215,124,155); }
div.DivClassName
{
background-color: #D77C9B;
}
.BgClassName
{
background-color: #D77C9B;
}
</style>
border-color css
<style>
span { border-color: #D77C9B; }
span { border-color: rgb(215,124,155); }
td.TdClassName
{
border-color: #D77C9B;
}
.TagClassName
{
border-color: #D77C9B;
}
</style>