Shades of Pale Violet Red #D77AA2
Tints of Pale Violet Red #D77AA2
RGB
CMYK
RGB Variations
Color information
#D77AA2 (or 0xD77AA2) is known color: Pale Violet Red. HEX triplet: D7, 7A and A2. RGB value is (215,122,162). Sum of RGB (Red+Green+Blue) = 215+122+162=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77AA2 is #28855D. Grayscale: #9A9A9A. Windows color (decimal): -2655582 or 10648279. OLE color: 10648279.
HSL color Cylindrical-coordinate representation of color #D77AA2: hue angle of 334.19º 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 #D77AA2 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 162 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.16 |
| HSL | 334.19º | 0.54% | 0.66% | - |
| HSV(B) | 334.19º | 0.43% | 0.84% | - |
| XYZ | 41.51 | 30.97 | 37.97 | - |
| YUV | 154.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 162 | 0 | 0.43 | 0.25 | 0.16 | 334.19 | 0.54 | 0.66 |
| Hex | D7 | 7A | A2 | 0 | 2B | 19 | 10 | 14E | 36 | 42 |
| Octal | 327 | 172 | 242 | 0 | 53 | 31 | 20 | 516 | 66 | 102 |
| Binary | 11010111 | 1111010 | 10100010 | 0 | 101011 | 11001 | 10000 | 101001110 | 110110 | 1000010 |
Color Harmonies of #D77AA2
Complementary color
Monochromatic Colors of #D77AA2
Black with #D77AA2
Text Example
Text Example
White with #D77AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77AA2; }
p { color: rgb(215,122,162); }
H1.HeaderClassName
{
color: #D77AA2;
}
.AnyTagClassName
{
color: #D77AA2;
}
</style>
background-color css
<style>
a { background-color: #D77AA2; }
a { background-color: rgb(215,122,162); }
div.DivClassName
{
background-color: #D77AA2;
}
.BgClassName
{
background-color: #D77AA2;
}
</style>
border-color css
<style>
span { border-color: #D77AA2; }
span { border-color: rgb(215,122,162); }
td.TdClassName
{
border-color: #D77AA2;
}
.TagClassName
{
border-color: #D77AA2;
}
</style>