Shades of Lilac #D29AC9
Tints of Lilac #D29AC9
RGB
CMYK
RGB Variations
Color information
#D29AC9 (or 0xD29AC9) is known color: Lilac. HEX triplet: D2, 9A and C9. RGB value is (210,154,201). Sum of RGB (Red+Green+Blue) = 210+154+201=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC9 is #2D6536. Grayscale: #AFAFAF. Windows color (decimal): -2975031 or 13212370. OLE color: 13212370.
HSL color Cylindrical-coordinate representation of color #D29AC9: hue angle of 309.64º 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 #D29AC9 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 201 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.18 |
| HSL | 309.64º | 0.38% | 0.71% | - |
| HSV(B) | 309.64º | 0.27% | 0.82% | - |
| XYZ | 48.68 | 41.03 | 60.61 | - |
| YUV | 176.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 201 | 0 | 0.27 | 0.04 | 0.18 | 309.64 | 0.38 | 0.71 |
| Hex | D2 | 9A | C9 | 0 | 1B | 4 | 12 | 136 | 26 | 47 |
| Octal | 322 | 232 | 311 | 0 | 33 | 4 | 22 | 466 | 46 | 107 |
| Binary | 11010010 | 10011010 | 11001001 | 0 | 11011 | 100 | 10010 | 100110110 | 100110 | 1000111 |
Color Harmonies of #D29AC9
Complementary color
Monochromatic Colors of #D29AC9
Black with #D29AC9
Text Example
Text Example
White with #D29AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AC9; }
p { color: rgb(210,154,201); }
H1.HeaderClassName
{
color: #D29AC9;
}
.AnyTagClassName
{
color: #D29AC9;
}
</style>
background-color css
<style>
a { background-color: #D29AC9; }
a { background-color: rgb(210,154,201); }
div.DivClassName
{
background-color: #D29AC9;
}
.BgClassName
{
background-color: #D29AC9;
}
</style>
border-color css
<style>
span { border-color: #D29AC9; }
span { border-color: rgb(210,154,201); }
td.TdClassName
{
border-color: #D29AC9;
}
.TagClassName
{
border-color: #D29AC9;
}
</style>