Shades of Lilac #D3A2CD
Tints of Lilac #D3A2CD
RGB
CMYK
RGB Variations
Color information
#D3A2CD (or 0xD3A2CD) is known color: Lilac. HEX triplet: D3, A2 and CD. RGB value is (211,162,205). Sum of RGB (Red+Green+Blue) = 211+162+205=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A2CD is #2C5D32. Grayscale: #B5B5B5. Windows color (decimal): -2907443 or 13476563. OLE color: 13476563.
HSL color Cylindrical-coordinate representation of color #D3A2CD: hue angle of 307.35º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3A2CD is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 205 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.17 |
| HSL | 307.35º | 0.36% | 0.73% | - |
| HSV(B) | 307.35º | 0.23% | 0.83% | - |
| XYZ | 50.8 | 44.1 | 63.59 | - |
| YUV | 181.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 205 | 0 | 0.23 | 0.03 | 0.17 | 307.35 | 0.36 | 0.73 |
| Hex | D3 | A2 | CD | 0 | 17 | 3 | 11 | 133 | 24 | 49 |
| Octal | 323 | 242 | 315 | 0 | 27 | 3 | 21 | 463 | 44 | 111 |
| Binary | 11010011 | 10100010 | 11001101 | 0 | 10111 | 11 | 10001 | 100110011 | 100100 | 1001001 |
Color Harmonies of #D3A2CD
Complementary color
Monochromatic Colors of #D3A2CD
Black with #D3A2CD
Text Example
Text Example
White with #D3A2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2CD; }
p { color: rgb(211,162,205); }
H1.HeaderClassName
{
color: #D3A2CD;
}
.AnyTagClassName
{
color: #D3A2CD;
}
</style>
background-color css
<style>
a { background-color: #D3A2CD; }
a { background-color: rgb(211,162,205); }
div.DivClassName
{
background-color: #D3A2CD;
}
.BgClassName
{
background-color: #D3A2CD;
}
</style>
border-color css
<style>
span { border-color: #D3A2CD; }
span { border-color: rgb(211,162,205); }
td.TdClassName
{
border-color: #D3A2CD;
}
.TagClassName
{
border-color: #D3A2CD;
}
</style>