Shades of Lilac #D38DCB
Tints of Lilac #D38DCB
RGB
CMYK
RGB Variations
Color information
#D38DCB (or 0xD38DCB) is known color: Lilac. HEX triplet: D3, 8D and CB. RGB value is (211,141,203). Sum of RGB (Red+Green+Blue) = 211+141+203=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DCB is #2C7234. Grayscale: #A8A8A8. Windows color (decimal): -2912821 or 13340115. OLE color: 13340115.
HSL color Cylindrical-coordinate representation of color #D38DCB: hue angle of 306.86º 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 #D38DCB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 203 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.17 |
| HSL | 306.86º | 0.44% | 0.69% | - |
| HSV(B) | 306.86º | 0.33% | 0.83% | - |
| XYZ | 47.17 | 37.21 | 61.2 | - |
| YUV | 169 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 203 | 0 | 0.33 | 0.04 | 0.17 | 306.86 | 0.44 | 0.69 |
| Hex | D3 | 8D | CB | 0 | 21 | 4 | 11 | 133 | 2C | 45 |
| Octal | 323 | 215 | 313 | 0 | 41 | 4 | 21 | 463 | 54 | 105 |
| Binary | 11010011 | 10001101 | 11001011 | 0 | 100001 | 100 | 10001 | 100110011 | 101100 | 1000101 |
Color Harmonies of #D38DCB
Complementary color
Monochromatic Colors of #D38DCB
Black with #D38DCB
Text Example
Text Example
White with #D38DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DCB; }
p { color: rgb(211,141,203); }
H1.HeaderClassName
{
color: #D38DCB;
}
.AnyTagClassName
{
color: #D38DCB;
}
</style>
background-color css
<style>
a { background-color: #D38DCB; }
a { background-color: rgb(211,141,203); }
div.DivClassName
{
background-color: #D38DCB;
}
.BgClassName
{
background-color: #D38DCB;
}
</style>
border-color css
<style>
span { border-color: #D38DCB; }
span { border-color: rgb(211,141,203); }
td.TdClassName
{
border-color: #D38DCB;
}
.TagClassName
{
border-color: #D38DCB;
}
</style>