Shades of Lilac #D28DD1
Tints of Lilac #D28DD1
RGB
CMYK
RGB Variations
Color information
#D28DD1 (or 0xD28DD1) is known color: Lilac. HEX triplet: D2, 8D and D1. RGB value is (210,141,209). Sum of RGB (Red+Green+Blue) = 210+141+209=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DD1 is #2D722E. Grayscale: #A9A9A9. Windows color (decimal): -2978351 or 13733330. OLE color: 13733330.
HSL color Cylindrical-coordinate representation of color #D28DD1: hue angle of 300.87º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DD1 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 209 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.18 |
| HSL | 300.87º | 0.43% | 0.69% | - |
| HSV(B) | 300.87º | 0.33% | 0.82% | - |
| XYZ | 47.61 | 37.35 | 65.02 | - |
| YUV | 169.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 209 | 0 | 0.33 | 0.00 | 0.18 | 300.87 | 0.43 | 0.69 |
| Hex | D2 | 8D | D1 | 0 | 21 | 0 | 12 | 12D | 2B | 45 |
| Octal | 322 | 215 | 321 | 0 | 41 | 0 | 22 | 455 | 53 | 105 |
| Binary | 11010010 | 10001101 | 11010001 | 0 | 100001 | 0 | 10010 | 100101101 | 101011 | 1000101 |
Color Harmonies of #D28DD1
Complementary color
Monochromatic Colors of #D28DD1
Black with #D28DD1
Text Example
Text Example
White with #D28DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DD1; }
p { color: rgb(210,141,209); }
H1.HeaderClassName
{
color: #D28DD1;
}
.AnyTagClassName
{
color: #D28DD1;
}
</style>
background-color css
<style>
a { background-color: #D28DD1; }
a { background-color: rgb(210,141,209); }
div.DivClassName
{
background-color: #D28DD1;
}
.BgClassName
{
background-color: #D28DD1;
}
</style>
border-color css
<style>
span { border-color: #D28DD1; }
span { border-color: rgb(210,141,209); }
td.TdClassName
{
border-color: #D28DD1;
}
.TagClassName
{
border-color: #D28DD1;
}
</style>