Shades of Lilac #D2A3D1
Tints of Lilac #D2A3D1
RGB
CMYK
RGB Variations
Color information
#D2A3D1 (or 0xD2A3D1) is known color: Lilac. HEX triplet: D2, A3 and D1. RGB value is (210,163,209). Sum of RGB (Red+Green+Blue) = 210+163+209=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A3D1 is #2D5C2E. Grayscale: #B6B6B6. Windows color (decimal): -2972719 or 13738962. OLE color: 13738962.
HSL color Cylindrical-coordinate representation of color #D2A3D1: hue angle of 301.28º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2A3D1 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 209 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.18 |
| HSL | 301.28º | 0.34% | 0.73% | - |
| HSV(B) | 301.28º | 0.22% | 0.82% | - |
| XYZ | 51.18 | 44.5 | 66.21 | - |
| YUV | 182.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 209 | 0 | 0.22 | 0.00 | 0.18 | 301.28 | 0.34 | 0.73 |
| Hex | D2 | A3 | D1 | 0 | 16 | 0 | 12 | 12D | 22 | 49 |
| Octal | 322 | 243 | 321 | 0 | 26 | 0 | 22 | 455 | 42 | 111 |
| Binary | 11010010 | 10100011 | 11010001 | 0 | 10110 | 0 | 10010 | 100101101 | 100010 | 1001001 |
Color Harmonies of #D2A3D1
Complementary color
Monochromatic Colors of #D2A3D1
Black with #D2A3D1
Text Example
Text Example
White with #D2A3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A3D1; }
p { color: rgb(210,163,209); }
H1.HeaderClassName
{
color: #D2A3D1;
}
.AnyTagClassName
{
color: #D2A3D1;
}
</style>
background-color css
<style>
a { background-color: #D2A3D1; }
a { background-color: rgb(210,163,209); }
div.DivClassName
{
background-color: #D2A3D1;
}
.BgClassName
{
background-color: #D2A3D1;
}
</style>
border-color css
<style>
span { border-color: #D2A3D1; }
span { border-color: rgb(210,163,209); }
td.TdClassName
{
border-color: #D2A3D1;
}
.TagClassName
{
border-color: #D2A3D1;
}
</style>