Shades of Pale Violet Red #D77DA2
Tints of Pale Violet Red #D77DA2
RGB
CMYK
RGB Variations
Color information
#D77DA2 (or 0xD77DA2) is known color: Pale Violet Red. HEX triplet: D7, 7D and A2. RGB value is (215,125,162). Sum of RGB (Red+Green+Blue) = 215+125+162=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77DA2 is #28825D. Grayscale: #9C9C9C. Windows color (decimal): -2654814 or 10649047. OLE color: 10649047.
HSL color Cylindrical-coordinate representation of color #D77DA2: hue angle of 335.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DA2 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 162 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.16 |
| HSL | 335.33º | 0.53% | 0.67% | - |
| HSV(B) | 335.33º | 0.42% | 0.84% | - |
| XYZ | 41.88 | 31.72 | 38.1 | - |
| YUV | 156.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 162 | 0 | 0.42 | 0.25 | 0.16 | 335.33 | 0.53 | 0.67 |
| Hex | D7 | 7D | A2 | 0 | 2A | 19 | 10 | 14F | 35 | 43 |
| Octal | 327 | 175 | 242 | 0 | 52 | 31 | 20 | 517 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10100010 | 0 | 101010 | 11001 | 10000 | 101001111 | 110101 | 1000011 |
Color Harmonies of #D77DA2
Complementary color
Monochromatic Colors of #D77DA2
Black with #D77DA2
Text Example
Text Example
White with #D77DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DA2; }
p { color: rgb(215,125,162); }
H1.HeaderClassName
{
color: #D77DA2;
}
.AnyTagClassName
{
color: #D77DA2;
}
</style>
background-color css
<style>
a { background-color: #D77DA2; }
a { background-color: rgb(215,125,162); }
div.DivClassName
{
background-color: #D77DA2;
}
.BgClassName
{
background-color: #D77DA2;
}
</style>
border-color css
<style>
span { border-color: #D77DA2; }
span { border-color: rgb(215,125,162); }
td.TdClassName
{
border-color: #D77DA2;
}
.TagClassName
{
border-color: #D77DA2;
}
</style>