Shades of Lilac #D3A1CD
Tints of Lilac #D3A1CD
RGB
CMYK
RGB Variations
Color information
#D3A1CD (or 0xD3A1CD) is known color: Lilac. HEX triplet: D3, A1 and CD. RGB value is (211,161,205). Sum of RGB (Red+Green+Blue) = 211+161+205=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A1CD is #2C5E32. Grayscale: #B4B4B4. Windows color (decimal): -2907699 or 13476307. OLE color: 13476307.
HSL color Cylindrical-coordinate representation of color #D3A1CD: hue angle of 307.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3A1CD is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 205 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.17 |
| HSL | 307.2º | 0.36% | 0.73% | - |
| HSV(B) | 307.2º | 0.24% | 0.83% | - |
| XYZ | 50.63 | 43.75 | 63.53 | - |
| YUV | 180.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 205 | 0 | 0.24 | 0.03 | 0.17 | 307.2 | 0.36 | 0.73 |
| Hex | D3 | A1 | CD | 0 | 18 | 3 | 11 | 133 | 24 | 49 |
| Octal | 323 | 241 | 315 | 0 | 30 | 3 | 21 | 463 | 44 | 111 |
| Binary | 11010011 | 10100001 | 11001101 | 0 | 11000 | 11 | 10001 | 100110011 | 100100 | 1001001 |
Color Harmonies of #D3A1CD
Complementary color
Monochromatic Colors of #D3A1CD
Black with #D3A1CD
Text Example
Text Example
White with #D3A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A1CD; }
p { color: rgb(211,161,205); }
H1.HeaderClassName
{
color: #D3A1CD;
}
.AnyTagClassName
{
color: #D3A1CD;
}
</style>
background-color css
<style>
a { background-color: #D3A1CD; }
a { background-color: rgb(211,161,205); }
div.DivClassName
{
background-color: #D3A1CD;
}
.BgClassName
{
background-color: #D3A1CD;
}
</style>
border-color css
<style>
span { border-color: #D3A1CD; }
span { border-color: rgb(211,161,205); }
td.TdClassName
{
border-color: #D3A1CD;
}
.TagClassName
{
border-color: #D3A1CD;
}
</style>