Shades of Pale Violet Red #D77BAA
Tints of Pale Violet Red #D77BAA
RGB
CMYK
RGB Variations
Color information
#D77BAA (or 0xD77BAA) is known color: Pale Violet Red. HEX triplet: D7, 7B and AA. RGB value is (215,123,170). Sum of RGB (Red+Green+Blue) = 215+123+170=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BAA is #288455. Grayscale: #9B9B9B. Windows color (decimal): -2655318 or 11172823. OLE color: 11172823.
HSL color Cylindrical-coordinate representation of color #D77BAA: hue angle of 329.35º 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 #D77BAA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 170 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.16 |
| HSL | 329.35º | 0.53% | 0.66% | - |
| HSV(B) | 329.35º | 0.43% | 0.84% | - |
| XYZ | 42.36 | 31.52 | 41.88 | - |
| YUV | 155.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 170 | 0 | 0.43 | 0.21 | 0.16 | 329.35 | 0.53 | 0.66 |
| Hex | D7 | 7B | AA | 0 | 2B | 15 | 10 | 149 | 35 | 42 |
| Octal | 327 | 173 | 252 | 0 | 53 | 25 | 20 | 511 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10101010 | 0 | 101011 | 10101 | 10000 | 101001001 | 110101 | 1000010 |
Color Harmonies of #D77BAA
Complementary color
Monochromatic Colors of #D77BAA
Black with #D77BAA
Text Example
Text Example
White with #D77BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BAA; }
p { color: rgb(215,123,170); }
H1.HeaderClassName
{
color: #D77BAA;
}
.AnyTagClassName
{
color: #D77BAA;
}
</style>
background-color css
<style>
a { background-color: #D77BAA; }
a { background-color: rgb(215,123,170); }
div.DivClassName
{
background-color: #D77BAA;
}
.BgClassName
{
background-color: #D77BAA;
}
</style>
border-color css
<style>
span { border-color: #D77BAA; }
span { border-color: rgb(215,123,170); }
td.TdClassName
{
border-color: #D77BAA;
}
.TagClassName
{
border-color: #D77BAA;
}
</style>