Shades of Lilac #D09BD3
Tints of Lilac #D09BD3
RGB
CMYK
RGB Variations
Color information
#D09BD3 (or 0xD09BD3) is known color: Lilac. HEX triplet: D0, 9B and D3. RGB value is (208,155,211). Sum of RGB (Red+Green+Blue) = 208+155+211=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #D09BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09BD3 is #2F642C. Grayscale: #B1B1B1. Windows color (decimal): -3105837 or 13867984. OLE color: 13867984.
HSL color Cylindrical-coordinate representation of color #D09BD3: hue angle of 296.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09BD3 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 155 | 211 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.17 |
| HSL | 296.79º | 0.39% | 0.72% | - |
| HSV(B) | 296.79º | 0.27% | 0.83% | - |
| XYZ | 49.49 | 41.56 | 67.04 | - |
| YUV | 177.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 211 | 0.01 | 0.27 | 0 | 0.17 | 296.79 | 0.39 | 0.72 |
| Hex | D0 | 9B | D3 | 1 | 1B | 0 | 11 | 129 | 27 | 48 |
| Octal | 320 | 233 | 323 | 1 | 33 | 0 | 21 | 451 | 47 | 110 |
| Binary | 11010000 | 10011011 | 11010011 | 1 | 11011 | 0 | 10001 | 100101001 | 100111 | 1001000 |
Color Harmonies of #D09BD3
Complementary color
Monochromatic Colors of #D09BD3
Black with #D09BD3
Text Example
Text Example
White with #D09BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BD3; }
p { color: rgb(208,155,211); }
H1.HeaderClassName
{
color: #D09BD3;
}
.AnyTagClassName
{
color: #D09BD3;
}
</style>
background-color css
<style>
a { background-color: #D09BD3; }
a { background-color: rgb(208,155,211); }
div.DivClassName
{
background-color: #D09BD3;
}
.BgClassName
{
background-color: #D09BD3;
}
</style>
border-color css
<style>
span { border-color: #D09BD3; }
span { border-color: rgb(208,155,211); }
td.TdClassName
{
border-color: #D09BD3;
}
.TagClassName
{
border-color: #D09BD3;
}
</style>