Shades of Lilac #D79DCD
Tints of Lilac #D79DCD
RGB
CMYK
RGB Variations
Color information
#D79DCD (or 0xD79DCD) is known color: Lilac. HEX triplet: D7, 9D and CD. RGB value is (215,157,205). Sum of RGB (Red+Green+Blue) = 215+157+205=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DCD is #286232. Grayscale: #B3B3B3. Windows color (decimal): -2646579 or 13475287. OLE color: 13475287.
HSL color Cylindrical-coordinate representation of color #D79DCD: hue angle of 310.34º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79DCD is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 205 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.16 |
| HSL | 310.34º | 0.42% | 0.73% | - |
| HSV(B) | 310.34º | 0.27% | 0.84% | - |
| XYZ | 51.1 | 42.97 | 63.36 | - |
| YUV | 179.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 205 | 0 | 0.27 | 0.05 | 0.16 | 310.34 | 0.42 | 0.73 |
| Hex | D7 | 9D | CD | 0 | 1B | 5 | 10 | 136 | 2A | 49 |
| Octal | 327 | 235 | 315 | 0 | 33 | 5 | 20 | 466 | 52 | 111 |
| Binary | 11010111 | 10011101 | 11001101 | 0 | 11011 | 101 | 10000 | 100110110 | 101010 | 1001001 |
Color Harmonies of #D79DCD
Complementary color
Monochromatic Colors of #D79DCD
Black with #D79DCD
Text Example
Text Example
White with #D79DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DCD; }
p { color: rgb(215,157,205); }
H1.HeaderClassName
{
color: #D79DCD;
}
.AnyTagClassName
{
color: #D79DCD;
}
</style>
background-color css
<style>
a { background-color: #D79DCD; }
a { background-color: rgb(215,157,205); }
div.DivClassName
{
background-color: #D79DCD;
}
.BgClassName
{
background-color: #D79DCD;
}
</style>
border-color css
<style>
span { border-color: #D79DCD; }
span { border-color: rgb(215,157,205); }
td.TdClassName
{
border-color: #D79DCD;
}
.TagClassName
{
border-color: #D79DCD;
}
</style>