Shades of Pale Violet Red #D779A2
Tints of Pale Violet Red #D779A2
RGB
CMYK
RGB Variations
Color information
#D779A2 (or 0xD779A2) is known color: Pale Violet Red. HEX triplet: D7, 79 and A2. RGB value is (215,121,162). Sum of RGB (Red+Green+Blue) = 215+121+162=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D779A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D779A2 is #28865D. Grayscale: #999999. Windows color (decimal): -2655838 or 10648023. OLE color: 10648023.
HSL color Cylindrical-coordinate representation of color #D779A2: hue angle of 333.83º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779A2 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 162 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.16 |
| HSL | 333.83º | 0.54% | 0.66% | - |
| HSV(B) | 333.83º | 0.44% | 0.84% | - |
| XYZ | 41.38 | 30.73 | 37.93 | - |
| YUV | 153.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 162 | 0 | 0.44 | 0.25 | 0.16 | 333.83 | 0.54 | 0.66 |
| Hex | D7 | 79 | A2 | 0 | 2C | 19 | 10 | 14E | 36 | 42 |
| Octal | 327 | 171 | 242 | 0 | 54 | 31 | 20 | 516 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10100010 | 0 | 101100 | 11001 | 10000 | 101001110 | 110110 | 1000010 |
Color Harmonies of #D779A2
Complementary color
Monochromatic Colors of #D779A2
Black with #D779A2
Text Example
Text Example
White with #D779A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779A2; }
p { color: rgb(215,121,162); }
H1.HeaderClassName
{
color: #D779A2;
}
.AnyTagClassName
{
color: #D779A2;
}
</style>
background-color css
<style>
a { background-color: #D779A2; }
a { background-color: rgb(215,121,162); }
div.DivClassName
{
background-color: #D779A2;
}
.BgClassName
{
background-color: #D779A2;
}
</style>
border-color css
<style>
span { border-color: #D779A2; }
span { border-color: rgb(215,121,162); }
td.TdClassName
{
border-color: #D779A2;
}
.TagClassName
{
border-color: #D779A2;
}
</style>