Shades of Lilac #D09FC7
Tints of Lilac #D09FC7
RGB
CMYK
RGB Variations
Color information
#D09FC7 (or 0xD09FC7) is known color: Lilac. HEX triplet: D0, 9F and C7. RGB value is (208,159,199). Sum of RGB (Red+Green+Blue) = 208+159+199=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC7 is #2F6038. Grayscale: #B2B2B2. Windows color (decimal): -3104825 or 13082576. OLE color: 13082576.
HSL color Cylindrical-coordinate representation of color #D09FC7: hue angle of 311.02º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FC7 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 199 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.18 |
| HSL | 311.02º | 0.34% | 0.72% | - |
| HSV(B) | 311.02º | 0.24% | 0.82% | - |
| XYZ | 48.72 | 42.33 | 59.64 | - |
| YUV | 178.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 199 | 0 | 0.24 | 0.04 | 0.18 | 311.02 | 0.34 | 0.72 |
| Hex | D0 | 9F | C7 | 0 | 18 | 4 | 12 | 137 | 22 | 48 |
| Octal | 320 | 237 | 307 | 0 | 30 | 4 | 22 | 467 | 42 | 110 |
| Binary | 11010000 | 10011111 | 11000111 | 0 | 11000 | 100 | 10010 | 100110111 | 100010 | 1001000 |
Color Harmonies of #D09FC7
Complementary color
Monochromatic Colors of #D09FC7
Black with #D09FC7
Text Example
Text Example
White with #D09FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FC7; }
p { color: rgb(208,159,199); }
H1.HeaderClassName
{
color: #D09FC7;
}
.AnyTagClassName
{
color: #D09FC7;
}
</style>
background-color css
<style>
a { background-color: #D09FC7; }
a { background-color: rgb(208,159,199); }
div.DivClassName
{
background-color: #D09FC7;
}
.BgClassName
{
background-color: #D09FC7;
}
</style>
border-color css
<style>
span { border-color: #D09FC7; }
span { border-color: rgb(208,159,199); }
td.TdClassName
{
border-color: #D09FC7;
}
.TagClassName
{
border-color: #D09FC7;
}
</style>