Shades of Pale Violet Red #D77BA7
Tints of Pale Violet Red #D77BA7
RGB
CMYK
RGB Variations
Color information
#D77BA7 (or 0xD77BA7) is known color: Pale Violet Red. HEX triplet: D7, 7B and A7. RGB value is (215,123,167). Sum of RGB (Red+Green+Blue) = 215+123+167=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BA7 is #288458. Grayscale: #9B9B9B. Windows color (decimal): -2655321 or 10976215. OLE color: 10976215.
HSL color Cylindrical-coordinate representation of color #D77BA7: hue angle of 331.3º 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 #D77BA7 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 167 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.16 |
| HSL | 331.3º | 0.53% | 0.66% | - |
| HSV(B) | 331.3º | 0.43% | 0.84% | - |
| XYZ | 42.08 | 31.4 | 40.4 | - |
| YUV | 155.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 167 | 0 | 0.43 | 0.22 | 0.16 | 331.3 | 0.53 | 0.66 |
| Hex | D7 | 7B | A7 | 0 | 2B | 16 | 10 | 14B | 35 | 42 |
| Octal | 327 | 173 | 247 | 0 | 53 | 26 | 20 | 513 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10100111 | 0 | 101011 | 10110 | 10000 | 101001011 | 110101 | 1000010 |
Color Harmonies of #D77BA7
Complementary color
Monochromatic Colors of #D77BA7
Black with #D77BA7
Text Example
Text Example
White with #D77BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BA7; }
p { color: rgb(215,123,167); }
H1.HeaderClassName
{
color: #D77BA7;
}
.AnyTagClassName
{
color: #D77BA7;
}
</style>
background-color css
<style>
a { background-color: #D77BA7; }
a { background-color: rgb(215,123,167); }
div.DivClassName
{
background-color: #D77BA7;
}
.BgClassName
{
background-color: #D77BA7;
}
</style>
border-color css
<style>
span { border-color: #D77BA7; }
span { border-color: rgb(215,123,167); }
td.TdClassName
{
border-color: #D77BA7;
}
.TagClassName
{
border-color: #D77BA7;
}
</style>