Shades of Lilac #D79DC8
Tints of Lilac #D79DC8
RGB
CMYK
RGB Variations
Color information
#D79DC8 (or 0xD79DC8) is known color: Lilac. HEX triplet: D7, 9D and C8. RGB value is (215,157,200). Sum of RGB (Red+Green+Blue) = 215+157+200=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DC8 is #286237. Grayscale: #B3B3B3. Windows color (decimal): -2646584 or 13147607. OLE color: 13147607.
HSL color Cylindrical-coordinate representation of color #D79DC8: hue angle of 315.52º 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 #D79DC8 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 200 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.16 |
| HSL | 315.52º | 0.42% | 0.73% | - |
| HSV(B) | 315.52º | 0.27% | 0.84% | - |
| XYZ | 50.51 | 42.73 | 60.23 | - |
| YUV | 179.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 200 | 0 | 0.27 | 0.07 | 0.16 | 315.52 | 0.42 | 0.73 |
| Hex | D7 | 9D | C8 | 0 | 1B | 7 | 10 | 13C | 2A | 49 |
| Octal | 327 | 235 | 310 | 0 | 33 | 7 | 20 | 474 | 52 | 111 |
| Binary | 11010111 | 10011101 | 11001000 | 0 | 11011 | 111 | 10000 | 100111100 | 101010 | 1001001 |
Color Harmonies of #D79DC8
Complementary color
Monochromatic Colors of #D79DC8
Black with #D79DC8
Text Example
Text Example
White with #D79DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DC8; }
p { color: rgb(215,157,200); }
H1.HeaderClassName
{
color: #D79DC8;
}
.AnyTagClassName
{
color: #D79DC8;
}
</style>
background-color css
<style>
a { background-color: #D79DC8; }
a { background-color: rgb(215,157,200); }
div.DivClassName
{
background-color: #D79DC8;
}
.BgClassName
{
background-color: #D79DC8;
}
</style>
border-color css
<style>
span { border-color: #D79DC8; }
span { border-color: rgb(215,157,200); }
td.TdClassName
{
border-color: #D79DC8;
}
.TagClassName
{
border-color: #D79DC8;
}
</style>