Shades of Lilac #D38DCD
Tints of Lilac #D38DCD
RGB
CMYK
RGB Variations
Color information
#D38DCD (or 0xD38DCD) is known color: Lilac. HEX triplet: D3, 8D and CD. RGB value is (211,141,205). Sum of RGB (Red+Green+Blue) = 211+141+205=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DCD is #2C7232. Grayscale: #A9A9A9. Windows color (decimal): -2912819 or 13471187. OLE color: 13471187.
HSL color Cylindrical-coordinate representation of color #D38DCD: hue angle of 305.14º 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 #D38DCD is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 205 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.17 |
| HSL | 305.14º | 0.44% | 0.69% | - |
| HSV(B) | 305.14º | 0.33% | 0.83% | - |
| XYZ | 47.41 | 37.31 | 62.46 | - |
| YUV | 169.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 205 | 0 | 0.33 | 0.03 | 0.17 | 305.14 | 0.44 | 0.69 |
| Hex | D3 | 8D | CD | 0 | 21 | 3 | 11 | 131 | 2C | 45 |
| Octal | 323 | 215 | 315 | 0 | 41 | 3 | 21 | 461 | 54 | 105 |
| Binary | 11010011 | 10001101 | 11001101 | 0 | 100001 | 11 | 10001 | 100110001 | 101100 | 1000101 |
Color Harmonies of #D38DCD
Complementary color
Monochromatic Colors of #D38DCD
Black with #D38DCD
Text Example
Text Example
White with #D38DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DCD; }
p { color: rgb(211,141,205); }
H1.HeaderClassName
{
color: #D38DCD;
}
.AnyTagClassName
{
color: #D38DCD;
}
</style>
background-color css
<style>
a { background-color: #D38DCD; }
a { background-color: rgb(211,141,205); }
div.DivClassName
{
background-color: #D38DCD;
}
.BgClassName
{
background-color: #D38DCD;
}
</style>
border-color css
<style>
span { border-color: #D38DCD; }
span { border-color: rgb(211,141,205); }
td.TdClassName
{
border-color: #D38DCD;
}
.TagClassName
{
border-color: #D38DCD;
}
</style>