Shades of Lilac #D099D1
Tints of Lilac #D099D1
RGB
CMYK
RGB Variations
Color information
#D099D1 (or 0xD099D1) is known color: Lilac. HEX triplet: D0, 99 and D1. RGB value is (208,153,209). Sum of RGB (Red+Green+Blue) = 208+153+209=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #D099D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099D1 is #2F662E. Grayscale: #AFAFAF. Windows color (decimal): -3106351 or 13736400. OLE color: 13736400.
HSL color Cylindrical-coordinate representation of color #D099D1: hue angle of 298.93º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D099D1 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 209 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.18 |
| HSL | 298.93º | 0.38% | 0.71% | - |
| HSV(B) | 298.93º | 0.27% | 0.82% | - |
| XYZ | 48.91 | 40.8 | 65.62 | - |
| YUV | 175.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 209 | 0.00 | 0.27 | 0 | 0.18 | 298.93 | 0.38 | 0.71 |
| Hex | D0 | 99 | D1 | 0 | 1B | 0 | 12 | 12B | 26 | 47 |
| Octal | 320 | 231 | 321 | 0 | 33 | 0 | 22 | 453 | 46 | 107 |
| Binary | 11010000 | 10011001 | 11010001 | 0 | 11011 | 0 | 10010 | 100101011 | 100110 | 1000111 |
Color Harmonies of #D099D1
Complementary color
Monochromatic Colors of #D099D1
Black with #D099D1
Text Example
Text Example
White with #D099D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099D1; }
p { color: rgb(208,153,209); }
H1.HeaderClassName
{
color: #D099D1;
}
.AnyTagClassName
{
color: #D099D1;
}
</style>
background-color css
<style>
a { background-color: #D099D1; }
a { background-color: rgb(208,153,209); }
div.DivClassName
{
background-color: #D099D1;
}
.BgClassName
{
background-color: #D099D1;
}
</style>
border-color css
<style>
span { border-color: #D099D1; }
span { border-color: rgb(208,153,209); }
td.TdClassName
{
border-color: #D099D1;
}
.TagClassName
{
border-color: #D099D1;
}
</style>