Shades of Lilac #D1A3D2
Tints of Lilac #D1A3D2
RGB
CMYK
RGB Variations
Color information
#D1A3D2 (or 0xD1A3D2) is known color: Lilac. HEX triplet: D1, A3 and D2. RGB value is (209,163,210). Sum of RGB (Red+Green+Blue) = 209+163+210=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #D1A3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3D2 is #2E5C2D. Grayscale: #B5B5B5. Windows color (decimal): -3038254 or 13804497. OLE color: 13804497.
HSL color Cylindrical-coordinate representation of color #D1A3D2: hue angle of 298.72º 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 #D1A3D2 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 210 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.18 |
| HSL | 298.72º | 0.34% | 0.73% | - |
| HSV(B) | 298.72º | 0.22% | 0.82% | - |
| XYZ | 51.02 | 44.4 | 66.85 | - |
| YUV | 182.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 210 | 0.00 | 0.22 | 0 | 0.18 | 298.72 | 0.34 | 0.73 |
| Hex | D1 | A3 | D2 | 0 | 16 | 0 | 12 | 12B | 22 | 49 |
| Octal | 321 | 243 | 322 | 0 | 26 | 0 | 22 | 453 | 42 | 111 |
| Binary | 11010001 | 10100011 | 11010010 | 0 | 10110 | 0 | 10010 | 100101011 | 100010 | 1001001 |
Color Harmonies of #D1A3D2
Complementary color
Monochromatic Colors of #D1A3D2
Black with #D1A3D2
Text Example
Text Example
White with #D1A3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3D2; }
p { color: rgb(209,163,210); }
H1.HeaderClassName
{
color: #D1A3D2;
}
.AnyTagClassName
{
color: #D1A3D2;
}
</style>
background-color css
<style>
a { background-color: #D1A3D2; }
a { background-color: rgb(209,163,210); }
div.DivClassName
{
background-color: #D1A3D2;
}
.BgClassName
{
background-color: #D1A3D2;
}
</style>
border-color css
<style>
span { border-color: #D1A3D2; }
span { border-color: rgb(209,163,210); }
td.TdClassName
{
border-color: #D1A3D2;
}
.TagClassName
{
border-color: #D1A3D2;
}
</style>