Shades of Pale Violet Red #D7799C
Tints of Pale Violet Red #D7799C
RGB
CMYK
RGB Variations
Color information
#D7799C (or 0xD7799C) is known color: Pale Violet Red. HEX triplet: D7, 79 and 9C. RGB value is (215,121,156). Sum of RGB (Red+Green+Blue) = 215+121+156=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7799C is #288663. Grayscale: #999999. Windows color (decimal): -2655844 or 10254807. OLE color: 10254807.
HSL color Cylindrical-coordinate representation of color #D7799C: hue angle of 337.66º 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 #D7799C is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 156 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.16 |
| HSL | 337.66º | 0.54% | 0.66% | - |
| HSV(B) | 337.66º | 0.44% | 0.84% | - |
| XYZ | 40.86 | 30.52 | 35.19 | - |
| YUV | 153.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 156 | 0 | 0.44 | 0.27 | 0.16 | 337.66 | 0.54 | 0.66 |
| Hex | D7 | 79 | 9C | 0 | 2C | 1B | 10 | 152 | 36 | 42 |
| Octal | 327 | 171 | 234 | 0 | 54 | 33 | 20 | 522 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10011100 | 0 | 101100 | 11011 | 10000 | 101010010 | 110110 | 1000010 |
Color Harmonies of #D7799C
Complementary color
Monochromatic Colors of #D7799C
Black with #D7799C
Text Example
Text Example
White with #D7799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7799C; }
p { color: rgb(215,121,156); }
H1.HeaderClassName
{
color: #D7799C;
}
.AnyTagClassName
{
color: #D7799C;
}
</style>
background-color css
<style>
a { background-color: #D7799C; }
a { background-color: rgb(215,121,156); }
div.DivClassName
{
background-color: #D7799C;
}
.BgClassName
{
background-color: #D7799C;
}
</style>
border-color css
<style>
span { border-color: #D7799C; }
span { border-color: rgb(215,121,156); }
td.TdClassName
{
border-color: #D7799C;
}
.TagClassName
{
border-color: #D7799C;
}
</style>