Shades of Lilac #D38ACE
Tints of Lilac #D38ACE
RGB
CMYK
RGB Variations
Color information
#D38ACE (or 0xD38ACE) is known color: Lilac. HEX triplet: D3, 8A and CE. RGB value is (211,138,206). Sum of RGB (Red+Green+Blue) = 211+138+206=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ACE is #2C7531. Grayscale: #A7A7A7. Windows color (decimal): -2913586 or 13535955. OLE color: 13535955.
HSL color Cylindrical-coordinate representation of color #D38ACE: hue angle of 304.11º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38ACE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 206 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.17 |
| HSL | 304.11º | 0.45% | 0.68% | - |
| HSV(B) | 304.11º | 0.35% | 0.83% | - |
| XYZ | 47.09 | 36.48 | 62.95 | - |
| YUV | 167.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 206 | 0 | 0.35 | 0.02 | 0.17 | 304.11 | 0.45 | 0.68 |
| Hex | D3 | 8A | CE | 0 | 23 | 2 | 11 | 130 | 2D | 44 |
| Octal | 323 | 212 | 316 | 0 | 43 | 2 | 21 | 460 | 55 | 104 |
| Binary | 11010011 | 10001010 | 11001110 | 0 | 100011 | 10 | 10001 | 100110000 | 101101 | 1000100 |
Color Harmonies of #D38ACE
Complementary color
Monochromatic Colors of #D38ACE
Black with #D38ACE
Text Example
Text Example
White with #D38ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ACE; }
p { color: rgb(211,138,206); }
H1.HeaderClassName
{
color: #D38ACE;
}
.AnyTagClassName
{
color: #D38ACE;
}
</style>
background-color css
<style>
a { background-color: #D38ACE; }
a { background-color: rgb(211,138,206); }
div.DivClassName
{
background-color: #D38ACE;
}
.BgClassName
{
background-color: #D38ACE;
}
</style>
border-color css
<style>
span { border-color: #D38ACE; }
span { border-color: rgb(211,138,206); }
td.TdClassName
{
border-color: #D38ACE;
}
.TagClassName
{
border-color: #D38ACE;
}
</style>