Shades of Lilac #D098D1
Tints of Lilac #D098D1
RGB
CMYK
RGB Variations
Color information
#D098D1 (or 0xD098D1) is known color: Lilac. HEX triplet: D0, 98 and D1. RGB value is (208,152,209). Sum of RGB (Red+Green+Blue) = 208+152+209=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #D098D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098D1 is #2F672E. Grayscale: #AFAFAF. Windows color (decimal): -3106607 or 13736144. OLE color: 13736144.
HSL color Cylindrical-coordinate representation of color #D098D1: hue angle of 298.95º 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 #D098D1 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 209 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.18 |
| HSL | 298.95º | 0.38% | 0.71% | - |
| HSV(B) | 298.95º | 0.27% | 0.82% | - |
| XYZ | 48.75 | 40.47 | 65.56 | - |
| YUV | 175.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 209 | 0.00 | 0.27 | 0 | 0.18 | 298.95 | 0.38 | 0.71 |
| Hex | D0 | 98 | D1 | 0 | 1B | 0 | 12 | 12B | 26 | 47 |
| Octal | 320 | 230 | 321 | 0 | 33 | 0 | 22 | 453 | 46 | 107 |
| Binary | 11010000 | 10011000 | 11010001 | 0 | 11011 | 0 | 10010 | 100101011 | 100110 | 1000111 |
Color Harmonies of #D098D1
Complementary color
Monochromatic Colors of #D098D1
Black with #D098D1
Text Example
Text Example
White with #D098D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098D1; }
p { color: rgb(208,152,209); }
H1.HeaderClassName
{
color: #D098D1;
}
.AnyTagClassName
{
color: #D098D1;
}
</style>
background-color css
<style>
a { background-color: #D098D1; }
a { background-color: rgb(208,152,209); }
div.DivClassName
{
background-color: #D098D1;
}
.BgClassName
{
background-color: #D098D1;
}
</style>
border-color css
<style>
span { border-color: #D098D1; }
span { border-color: rgb(208,152,209); }
td.TdClassName
{
border-color: #D098D1;
}
.TagClassName
{
border-color: #D098D1;
}
</style>