Shades of Lilac #D28DC9
Tints of Lilac #D28DC9
RGB
CMYK
RGB Variations
Color information
#D28DC9 (or 0xD28DC9) is known color: Lilac. HEX triplet: D2, 8D and C9. RGB value is (210,141,201). Sum of RGB (Red+Green+Blue) = 210+141+201=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DC9 is #2D7236. Grayscale: #A8A8A8. Windows color (decimal): -2978359 or 13209042. OLE color: 13209042.
HSL color Cylindrical-coordinate representation of color #D28DC9: hue angle of 307.83º 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 #D28DC9 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 201 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.18 |
| HSL | 307.83º | 0.43% | 0.69% | - |
| HSV(B) | 307.83º | 0.33% | 0.82% | - |
| XYZ | 46.65 | 36.97 | 59.94 | - |
| YUV | 168.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 201 | 0 | 0.33 | 0.04 | 0.18 | 307.83 | 0.43 | 0.69 |
| Hex | D2 | 8D | C9 | 0 | 21 | 4 | 12 | 134 | 2B | 45 |
| Octal | 322 | 215 | 311 | 0 | 41 | 4 | 22 | 464 | 53 | 105 |
| Binary | 11010010 | 10001101 | 11001001 | 0 | 100001 | 100 | 10010 | 100110100 | 101011 | 1000101 |
Color Harmonies of #D28DC9
Complementary color
Monochromatic Colors of #D28DC9
Black with #D28DC9
Text Example
Text Example
White with #D28DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DC9; }
p { color: rgb(210,141,201); }
H1.HeaderClassName
{
color: #D28DC9;
}
.AnyTagClassName
{
color: #D28DC9;
}
</style>
background-color css
<style>
a { background-color: #D28DC9; }
a { background-color: rgb(210,141,201); }
div.DivClassName
{
background-color: #D28DC9;
}
.BgClassName
{
background-color: #D28DC9;
}
</style>
border-color css
<style>
span { border-color: #D28DC9; }
span { border-color: rgb(210,141,201); }
td.TdClassName
{
border-color: #D28DC9;
}
.TagClassName
{
border-color: #D28DC9;
}
</style>