Shades of Pale Violet Red #D8799D
Tints of Pale Violet Red #D8799D
RGB
CMYK
RGB Variations
Color information
#D8799D (or 0xD8799D) is known color: Pale Violet Red. HEX triplet: D8, 79 and 9D. RGB value is (216,121,157). Sum of RGB (Red+Green+Blue) = 216+121+157=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8799D is #278662. Grayscale: #999999. Windows color (decimal): -2590307 or 10320344. OLE color: 10320344.
HSL color Cylindrical-coordinate representation of color #D8799D: hue angle of 337.26º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8799D is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 157 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.15 |
| HSL | 337.26º | 0.55% | 0.66% | - |
| HSV(B) | 337.26º | 0.44% | 0.85% | - |
| XYZ | 41.24 | 30.71 | 35.65 | - |
| YUV | 153.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 157 | 0 | 0.44 | 0.27 | 0.15 | 337.26 | 0.55 | 0.66 |
| Hex | D8 | 79 | 9D | 0 | 2C | 1B | F | 151 | 37 | 42 |
| Octal | 330 | 171 | 235 | 0 | 54 | 33 | 17 | 521 | 67 | 102 |
| Binary | 11011000 | 1111001 | 10011101 | 0 | 101100 | 11011 | 1111 | 101010001 | 110111 | 1000010 |
Color Harmonies of #D8799D
Complementary color
Monochromatic Colors of #D8799D
Black with #D8799D
Text Example
Text Example
White with #D8799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8799D; }
p { color: rgb(216,121,157); }
H1.HeaderClassName
{
color: #D8799D;
}
.AnyTagClassName
{
color: #D8799D;
}
</style>
background-color css
<style>
a { background-color: #D8799D; }
a { background-color: rgb(216,121,157); }
div.DivClassName
{
background-color: #D8799D;
}
.BgClassName
{
background-color: #D8799D;
}
</style>
border-color css
<style>
span { border-color: #D8799D; }
span { border-color: rgb(216,121,157); }
td.TdClassName
{
border-color: #D8799D;
}
.TagClassName
{
border-color: #D8799D;
}
</style>