Shades of Lilac #D2A2D3
Tints of Lilac #D2A2D3
RGB
CMYK
RGB Variations
Color information
#D2A2D3 (or 0xD2A2D3) is known color: Lilac. HEX triplet: D2, A2 and D3. RGB value is (210,162,211). Sum of RGB (Red+Green+Blue) = 210+162+211=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2A2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A2D3 is #2D5D2C. Grayscale: #B5B5B5. Windows color (decimal): -2972973 or 13869778. OLE color: 13869778.
HSL color Cylindrical-coordinate representation of color #D2A2D3: hue angle of 298.78º 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 #D2A2D3 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 162 | 211 | - |
| CMYK | 0.00 | 0.23 | 0 | 0.17 |
| HSL | 298.78º | 0.36% | 0.73% | - |
| HSV(B) | 298.78º | 0.23% | 0.83% | - |
| XYZ | 51.26 | 44.25 | 67.47 | - |
| YUV | 181.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 211 | 0.00 | 0.23 | 0 | 0.17 | 298.78 | 0.36 | 0.73 |
| Hex | D2 | A2 | D3 | 0 | 17 | 0 | 11 | 12B | 24 | 49 |
| Octal | 322 | 242 | 323 | 0 | 27 | 0 | 21 | 453 | 44 | 111 |
| Binary | 11010010 | 10100010 | 11010011 | 0 | 10111 | 0 | 10001 | 100101011 | 100100 | 1001001 |
Color Harmonies of #D2A2D3
Complementary color
Monochromatic Colors of #D2A2D3
Black with #D2A2D3
Text Example
Text Example
White with #D2A2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A2D3; }
p { color: rgb(210,162,211); }
H1.HeaderClassName
{
color: #D2A2D3;
}
.AnyTagClassName
{
color: #D2A2D3;
}
</style>
background-color css
<style>
a { background-color: #D2A2D3; }
a { background-color: rgb(210,162,211); }
div.DivClassName
{
background-color: #D2A2D3;
}
.BgClassName
{
background-color: #D2A2D3;
}
</style>
border-color css
<style>
span { border-color: #D2A2D3; }
span { border-color: rgb(210,162,211); }
td.TdClassName
{
border-color: #D2A2D3;
}
.TagClassName
{
border-color: #D2A2D3;
}
</style>