Shades of Pale Violet Red #D77A9B
Tints of Pale Violet Red #D77A9B
RGB
CMYK
RGB Variations
Color information
#D77A9B (or 0xD77A9B) is known color: Pale Violet Red. HEX triplet: D7, 7A and 9B. RGB value is (215,122,155). Sum of RGB (Red+Green+Blue) = 215+122+155=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77A9B is #288564. Grayscale: #999999. Windows color (decimal): -2655589 or 10189527. OLE color: 10189527.
HSL color Cylindrical-coordinate representation of color #D77A9B: hue angle of 338.71º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77A9B is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 155 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.16 |
| HSL | 338.71º | 0.54% | 0.66% | - |
| HSV(B) | 338.71º | 0.43% | 0.84% | - |
| XYZ | 40.9 | 30.73 | 34.79 | - |
| YUV | 153.57 | 128.81 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 155 | 0 | 0.43 | 0.28 | 0.16 | 338.71 | 0.54 | 0.66 |
| Hex | D7 | 7A | 9B | 0 | 2B | 1C | 10 | 153 | 36 | 42 |
| Octal | 327 | 172 | 233 | 0 | 53 | 34 | 20 | 523 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10011011 | 0 | 101011 | 11100 | 10000 | 101010011 | 110110 | 1000010 |
Color Harmonies of #D77A9B
Complementary color
Monochromatic Colors of #D77A9B
Black with #D77A9B
Text Example
Text Example
White with #D77A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A9B; }
p { color: rgb(215,122,155); }
H1.HeaderClassName
{
color: #D77A9B;
}
.AnyTagClassName
{
color: #D77A9B;
}
</style>
background-color css
<style>
a { background-color: #D77A9B; }
a { background-color: rgb(215,122,155); }
div.DivClassName
{
background-color: #D77A9B;
}
.BgClassName
{
background-color: #D77A9B;
}
</style>
border-color css
<style>
span { border-color: #D77A9B; }
span { border-color: rgb(215,122,155); }
td.TdClassName
{
border-color: #D77A9B;
}
.TagClassName
{
border-color: #D77A9B;
}
</style>