Shades of Pale Violet Red #D7799A
Tints of Pale Violet Red #D7799A
RGB
CMYK
RGB Variations
Color information
#D7799A (or 0xD7799A) is known color: Pale Violet Red. HEX triplet: D7, 79 and 9A. RGB value is (215,121,154). Sum of RGB (Red+Green+Blue) = 215+121+154=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7799A is #288665. Grayscale: #989898. Windows color (decimal): -2655846 or 10123735. OLE color: 10123735.
HSL color Cylindrical-coordinate representation of color #D7799A: hue angle of 338.94º 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 #D7799A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 154 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.16 |
| HSL | 338.94º | 0.54% | 0.66% | - |
| HSV(B) | 338.94º | 0.44% | 0.84% | - |
| XYZ | 40.69 | 30.45 | 34.31 | - |
| YUV | 152.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 154 | 0 | 0.44 | 0.28 | 0.16 | 338.94 | 0.54 | 0.66 |
| Hex | D7 | 79 | 9A | 0 | 2C | 1C | 10 | 153 | 36 | 42 |
| Octal | 327 | 171 | 232 | 0 | 54 | 34 | 20 | 523 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10011010 | 0 | 101100 | 11100 | 10000 | 101010011 | 110110 | 1000010 |
Color Harmonies of #D7799A
Complementary color
Monochromatic Colors of #D7799A
Black with #D7799A
Text Example
Text Example
White with #D7799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7799A; }
p { color: rgb(215,121,154); }
H1.HeaderClassName
{
color: #D7799A;
}
.AnyTagClassName
{
color: #D7799A;
}
</style>
background-color css
<style>
a { background-color: #D7799A; }
a { background-color: rgb(215,121,154); }
div.DivClassName
{
background-color: #D7799A;
}
.BgClassName
{
background-color: #D7799A;
}
</style>
border-color css
<style>
span { border-color: #D7799A; }
span { border-color: rgb(215,121,154); }
td.TdClassName
{
border-color: #D7799A;
}
.TagClassName
{
border-color: #D7799A;
}
</style>