Shades of Lilac #D38DCA
Tints of Lilac #D38DCA
RGB
CMYK
RGB Variations
Color information
#D38DCA (or 0xD38DCA) is known color: Lilac. HEX triplet: D3, 8D and CA. RGB value is (211,141,202). Sum of RGB (Red+Green+Blue) = 211+141+202=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DCA is #2C7235. Grayscale: #A8A8A8. Windows color (decimal): -2912822 or 13274579. OLE color: 13274579.
HSL color Cylindrical-coordinate representation of color #D38DCA: hue angle of 307.71º 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 #D38DCA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 202 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.17 |
| HSL | 307.71º | 0.44% | 0.69% | - |
| HSV(B) | 307.71º | 0.33% | 0.83% | - |
| XYZ | 47.05 | 37.16 | 60.57 | - |
| YUV | 168.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 202 | 0 | 0.33 | 0.04 | 0.17 | 307.71 | 0.44 | 0.69 |
| Hex | D3 | 8D | CA | 0 | 21 | 4 | 11 | 134 | 2C | 45 |
| Octal | 323 | 215 | 312 | 0 | 41 | 4 | 21 | 464 | 54 | 105 |
| Binary | 11010011 | 10001101 | 11001010 | 0 | 100001 | 100 | 10001 | 100110100 | 101100 | 1000101 |
Color Harmonies of #D38DCA
Complementary color
Monochromatic Colors of #D38DCA
Black with #D38DCA
Text Example
Text Example
White with #D38DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DCA; }
p { color: rgb(211,141,202); }
H1.HeaderClassName
{
color: #D38DCA;
}
.AnyTagClassName
{
color: #D38DCA;
}
</style>
background-color css
<style>
a { background-color: #D38DCA; }
a { background-color: rgb(211,141,202); }
div.DivClassName
{
background-color: #D38DCA;
}
.BgClassName
{
background-color: #D38DCA;
}
</style>
border-color css
<style>
span { border-color: #D38DCA; }
span { border-color: rgb(211,141,202); }
td.TdClassName
{
border-color: #D38DCA;
}
.TagClassName
{
border-color: #D38DCA;
}
</style>