Shades of Lilac #D5A2CA
Tints of Lilac #D5A2CA
RGB
CMYK
RGB Variations
Color information
#D5A2CA (or 0xD5A2CA) is known color: Lilac. HEX triplet: D5, A2 and CA. RGB value is (213,162,202). Sum of RGB (Red+Green+Blue) = 213+162+202=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2CA is #2A5D35. Grayscale: #B5B5B5. Windows color (decimal): -2776374 or 13279957. OLE color: 13279957.
HSL color Cylindrical-coordinate representation of color #D5A2CA: hue angle of 312.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A2CA is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 202 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.16 |
| HSL | 312.94º | 0.38% | 0.74% | - |
| HSV(B) | 312.94º | 0.24% | 0.84% | - |
| XYZ | 51.02 | 44.25 | 61.73 | - |
| YUV | 181.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 202 | 0 | 0.24 | 0.05 | 0.16 | 312.94 | 0.38 | 0.74 |
| Hex | D5 | A2 | CA | 0 | 18 | 5 | 10 | 139 | 26 | 4A |
| Octal | 325 | 242 | 312 | 0 | 30 | 5 | 20 | 471 | 46 | 112 |
| Binary | 11010101 | 10100010 | 11001010 | 0 | 11000 | 101 | 10000 | 100111001 | 100110 | 1001010 |
Color Harmonies of #D5A2CA
Complementary color
Monochromatic Colors of #D5A2CA
Black with #D5A2CA
Text Example
Text Example
White with #D5A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2CA; }
p { color: rgb(213,162,202); }
H1.HeaderClassName
{
color: #D5A2CA;
}
.AnyTagClassName
{
color: #D5A2CA;
}
</style>
background-color css
<style>
a { background-color: #D5A2CA; }
a { background-color: rgb(213,162,202); }
div.DivClassName
{
background-color: #D5A2CA;
}
.BgClassName
{
background-color: #D5A2CA;
}
</style>
border-color css
<style>
span { border-color: #D5A2CA; }
span { border-color: rgb(213,162,202); }
td.TdClassName
{
border-color: #D5A2CA;
}
.TagClassName
{
border-color: #D5A2CA;
}
</style>