Shades of Pale Violet Red #D77BA1
Tints of Pale Violet Red #D77BA1
RGB
CMYK
RGB Variations
Color information
#D77BA1 (or 0xD77BA1) is known color: Pale Violet Red. HEX triplet: D7, 7B and A1. RGB value is (215,123,161). Sum of RGB (Red+Green+Blue) = 215+123+161=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BA1 is #28845E. Grayscale: #9A9A9A. Windows color (decimal): -2655327 or 10582999. OLE color: 10582999.
HSL color Cylindrical-coordinate representation of color #D77BA1: hue angle of 335.22º degrees, saturation: 0.53, 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 #D77BA1 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 161 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.16 |
| HSL | 335.22º | 0.53% | 0.66% | - |
| HSV(B) | 335.22º | 0.43% | 0.84% | - |
| XYZ | 41.54 | 31.19 | 37.55 | - |
| YUV | 154.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 161 | 0 | 0.43 | 0.25 | 0.16 | 335.22 | 0.53 | 0.66 |
| Hex | D7 | 7B | A1 | 0 | 2B | 19 | 10 | 14F | 35 | 42 |
| Octal | 327 | 173 | 241 | 0 | 53 | 31 | 20 | 517 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10100001 | 0 | 101011 | 11001 | 10000 | 101001111 | 110101 | 1000010 |
Color Harmonies of #D77BA1
Complementary color
Monochromatic Colors of #D77BA1
Black with #D77BA1
Text Example
Text Example
White with #D77BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BA1; }
p { color: rgb(215,123,161); }
H1.HeaderClassName
{
color: #D77BA1;
}
.AnyTagClassName
{
color: #D77BA1;
}
</style>
background-color css
<style>
a { background-color: #D77BA1; }
a { background-color: rgb(215,123,161); }
div.DivClassName
{
background-color: #D77BA1;
}
.BgClassName
{
background-color: #D77BA1;
}
</style>
border-color css
<style>
span { border-color: #D77BA1; }
span { border-color: rgb(215,123,161); }
td.TdClassName
{
border-color: #D77BA1;
}
.TagClassName
{
border-color: #D77BA1;
}
</style>