Shades of Lilac #D18BD1
Tints of Lilac #D18BD1
RGB
CMYK
RGB Variations
Color information
#D18BD1 (or 0xD18BD1) is known color: Lilac. HEX triplet: D1, 8B and D1. RGB value is (209,139,209). Sum of RGB (Red+Green+Blue) = 209+139+209=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D18BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BD1 is #2E742E. Grayscale: #A7A7A7. Windows color (decimal): -3044399 or 13732817. OLE color: 13732817.
HSL color Cylindrical-coordinate representation of color #D18BD1: hue angle of 300º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18BD1 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 209 | - |
| CMYK | 0 | 0.33 | 0 | 0.18 |
| HSL | 300º | 0.43% | 0.68% | - |
| HSV(B) | 300º | 0.33% | 0.82% | - |
| XYZ | 47.04 | 36.62 | 64.91 | - |
| YUV | 167.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 209 | 0 | 0.33 | 0 | 0.18 | 300 | 0.43 | 0.68 |
| Hex | D1 | 8B | D1 | 0 | 21 | 0 | 12 | 12C | 2B | 44 |
| Octal | 321 | 213 | 321 | 0 | 41 | 0 | 22 | 454 | 53 | 104 |
| Binary | 11010001 | 10001011 | 11010001 | 0 | 100001 | 0 | 10010 | 100101100 | 101011 | 1000100 |
Color Harmonies of #D18BD1
Complementary color
Monochromatic Colors of #D18BD1
Black with #D18BD1
Text Example
Text Example
White with #D18BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BD1; }
p { color: rgb(209,139,209); }
H1.HeaderClassName
{
color: #D18BD1;
}
.AnyTagClassName
{
color: #D18BD1;
}
</style>
background-color css
<style>
a { background-color: #D18BD1; }
a { background-color: rgb(209,139,209); }
div.DivClassName
{
background-color: #D18BD1;
}
.BgClassName
{
background-color: #D18BD1;
}
</style>
border-color css
<style>
span { border-color: #D18BD1; }
span { border-color: rgb(209,139,209); }
td.TdClassName
{
border-color: #D18BD1;
}
.TagClassName
{
border-color: #D18BD1;
}
</style>