Shades of Lilac #D38ECA
Tints of Lilac #D38ECA
RGB
CMYK
RGB Variations
Color information
#D38ECA (or 0xD38ECA) is known color: Lilac. HEX triplet: D3, 8E and CA. RGB value is (211,142,202). Sum of RGB (Red+Green+Blue) = 211+142+202=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ECA is #2C7135. Grayscale: #A9A9A9. Windows color (decimal): -2912566 or 13274835. OLE color: 13274835.
HSL color Cylindrical-coordinate representation of color #D38ECA: hue angle of 307.83º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38ECA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 202 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.17 |
| HSL | 307.83º | 0.44% | 0.69% | - |
| HSV(B) | 307.83º | 0.33% | 0.83% | - |
| XYZ | 47.2 | 37.46 | 60.62 | - |
| YUV | 169.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 202 | 0 | 0.33 | 0.04 | 0.17 | 307.83 | 0.44 | 0.69 |
| Hex | D3 | 8E | CA | 0 | 21 | 4 | 11 | 134 | 2C | 45 |
| Octal | 323 | 216 | 312 | 0 | 41 | 4 | 21 | 464 | 54 | 105 |
| Binary | 11010011 | 10001110 | 11001010 | 0 | 100001 | 100 | 10001 | 100110100 | 101100 | 1000101 |
Color Harmonies of #D38ECA
Complementary color
Monochromatic Colors of #D38ECA
Black with #D38ECA
Text Example
Text Example
White with #D38ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38ECA; }
p { color: rgb(211,142,202); }
H1.HeaderClassName
{
color: #D38ECA;
}
.AnyTagClassName
{
color: #D38ECA;
}
</style>
background-color css
<style>
a { background-color: #D38ECA; }
a { background-color: rgb(211,142,202); }
div.DivClassName
{
background-color: #D38ECA;
}
.BgClassName
{
background-color: #D38ECA;
}
</style>
border-color css
<style>
span { border-color: #D38ECA; }
span { border-color: rgb(211,142,202); }
td.TdClassName
{
border-color: #D38ECA;
}
.TagClassName
{
border-color: #D38ECA;
}
</style>