Shades of Lilac #D2A6D1
Tints of Lilac #D2A6D1
RGB
CMYK
RGB Variations
Color information
#D2A6D1 (or 0xD2A6D1) is known color: Lilac. HEX triplet: D2, A6 and D1. RGB value is (210,166,209). Sum of RGB (Red+Green+Blue) = 210+166+209=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A6D1 is #2D592E. Grayscale: #B7B7B7. Windows color (decimal): -2971951 or 13739730. OLE color: 13739730.
HSL color Cylindrical-coordinate representation of color #D2A6D1: hue angle of 301.36º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A6D1 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 209 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.18 |
| HSL | 301.36º | 0.33% | 0.74% | - |
| HSV(B) | 301.36º | 0.21% | 0.82% | - |
| XYZ | 51.72 | 45.58 | 66.39 | - |
| YUV | 184.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 209 | 0 | 0.21 | 0.00 | 0.18 | 301.36 | 0.33 | 0.74 |
| Hex | D2 | A6 | D1 | 0 | 15 | 0 | 12 | 12D | 21 | 4A |
| Octal | 322 | 246 | 321 | 0 | 25 | 0 | 22 | 455 | 41 | 112 |
| Binary | 11010010 | 10100110 | 11010001 | 0 | 10101 | 0 | 10010 | 100101101 | 100001 | 1001010 |
Color Harmonies of #D2A6D1
Complementary color
Monochromatic Colors of #D2A6D1
Black with #D2A6D1
Text Example
Text Example
White with #D2A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A6D1; }
p { color: rgb(210,166,209); }
H1.HeaderClassName
{
color: #D2A6D1;
}
.AnyTagClassName
{
color: #D2A6D1;
}
</style>
background-color css
<style>
a { background-color: #D2A6D1; }
a { background-color: rgb(210,166,209); }
div.DivClassName
{
background-color: #D2A6D1;
}
.BgClassName
{
background-color: #D2A6D1;
}
</style>
border-color css
<style>
span { border-color: #D2A6D1; }
span { border-color: rgb(210,166,209); }
td.TdClassName
{
border-color: #D2A6D1;
}
.TagClassName
{
border-color: #D2A6D1;
}
</style>