Shades of Pale Violet Red #D77BA5
Tints of Pale Violet Red #D77BA5
RGB
CMYK
RGB Variations
Color information
#D77BA5 (or 0xD77BA5) is known color: Pale Violet Red. HEX triplet: D7, 7B and A5. RGB value is (215,123,165). Sum of RGB (Red+Green+Blue) = 215+123+165=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77BA5 is #28845A. Grayscale: #9B9B9B. Windows color (decimal): -2655323 or 10845143. OLE color: 10845143.
HSL color Cylindrical-coordinate representation of color #D77BA5: hue angle of 332.61º 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 #D77BA5 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 165 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.16 |
| HSL | 332.61º | 0.53% | 0.66% | - |
| HSV(B) | 332.61º | 0.43% | 0.84% | - |
| XYZ | 41.9 | 31.33 | 39.44 | - |
| YUV | 155.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 165 | 0 | 0.43 | 0.23 | 0.16 | 332.61 | 0.53 | 0.66 |
| Hex | D7 | 7B | A5 | 0 | 2B | 17 | 10 | 14D | 35 | 42 |
| Octal | 327 | 173 | 245 | 0 | 53 | 27 | 20 | 515 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10100101 | 0 | 101011 | 10111 | 10000 | 101001101 | 110101 | 1000010 |
Color Harmonies of #D77BA5
Complementary color
Monochromatic Colors of #D77BA5
Black with #D77BA5
Text Example
Text Example
White with #D77BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BA5; }
p { color: rgb(215,123,165); }
H1.HeaderClassName
{
color: #D77BA5;
}
.AnyTagClassName
{
color: #D77BA5;
}
</style>
background-color css
<style>
a { background-color: #D77BA5; }
a { background-color: rgb(215,123,165); }
div.DivClassName
{
background-color: #D77BA5;
}
.BgClassName
{
background-color: #D77BA5;
}
</style>
border-color css
<style>
span { border-color: #D77BA5; }
span { border-color: rgb(215,123,165); }
td.TdClassName
{
border-color: #D77BA5;
}
.TagClassName
{
border-color: #D77BA5;
}
</style>