Shades of Lilac #D797C9
Tints of Lilac #D797C9
RGB
CMYK
RGB Variations
Color information
#D797C9 (or 0xD797C9) is known color: Lilac. HEX triplet: D7, 97 and C9. RGB value is (215,151,201). Sum of RGB (Red+Green+Blue) = 215+151+201=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D797C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797C9 is #286836. Grayscale: #AFAFAF. Windows color (decimal): -2648119 or 13211607. OLE color: 13211607.
HSL color Cylindrical-coordinate representation of color #D797C9: hue angle of 313.12º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D797C9 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 201 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.16 |
| HSL | 313.13º | 0.44% | 0.72% | - |
| HSV(B) | 313.13º | 0.3% | 0.84% | - |
| XYZ | 49.63 | 40.8 | 60.52 | - |
| YUV | 175.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 201 | 0 | 0.30 | 0.07 | 0.16 | 313.13 | 0.44 | 0.72 |
| Hex | D7 | 97 | C9 | 0 | 1E | 7 | 10 | 139 | 2C | 48 |
| Octal | 327 | 227 | 311 | 0 | 36 | 7 | 20 | 471 | 54 | 110 |
| Binary | 11010111 | 10010111 | 11001001 | 0 | 11110 | 111 | 10000 | 100111001 | 101100 | 1001000 |
Color Harmonies of #D797C9
Complementary color
Monochromatic Colors of #D797C9
Black with #D797C9
Text Example
Text Example
White with #D797C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797C9; }
p { color: rgb(215,151,201); }
H1.HeaderClassName
{
color: #D797C9;
}
.AnyTagClassName
{
color: #D797C9;
}
</style>
background-color css
<style>
a { background-color: #D797C9; }
a { background-color: rgb(215,151,201); }
div.DivClassName
{
background-color: #D797C9;
}
.BgClassName
{
background-color: #D797C9;
}
</style>
border-color css
<style>
span { border-color: #D797C9; }
span { border-color: rgb(215,151,201); }
td.TdClassName
{
border-color: #D797C9;
}
.TagClassName
{
border-color: #D797C9;
}
</style>