Shades of Lilac #D38BC8
Tints of Lilac #D38BC8
RGB
CMYK
RGB Variations
Color information
#D38BC8 (or 0xD38BC8) is known color: Lilac. HEX triplet: D3, 8B and C8. RGB value is (211,139,200). Sum of RGB (Red+Green+Blue) = 211+139+200=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BC8 is #2C7437. Grayscale: #A7A7A7. Windows color (decimal): -2913336 or 13142995. OLE color: 13142995.
HSL color Cylindrical-coordinate representation of color #D38BC8: hue angle of 309.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38BC8 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 200 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.17 |
| HSL | 309.17º | 0.45% | 0.69% | - |
| HSV(B) | 309.17º | 0.34% | 0.83% | - |
| XYZ | 46.52 | 36.48 | 59.23 | - |
| YUV | 167.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 200 | 0 | 0.34 | 0.05 | 0.17 | 309.17 | 0.45 | 0.69 |
| Hex | D3 | 8B | C8 | 0 | 22 | 5 | 11 | 135 | 2D | 45 |
| Octal | 323 | 213 | 310 | 0 | 42 | 5 | 21 | 465 | 55 | 105 |
| Binary | 11010011 | 10001011 | 11001000 | 0 | 100010 | 101 | 10001 | 100110101 | 101101 | 1000101 |
Color Harmonies of #D38BC8
Complementary color
Monochromatic Colors of #D38BC8
Black with #D38BC8
Text Example
Text Example
White with #D38BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BC8; }
p { color: rgb(211,139,200); }
H1.HeaderClassName
{
color: #D38BC8;
}
.AnyTagClassName
{
color: #D38BC8;
}
</style>
background-color css
<style>
a { background-color: #D38BC8; }
a { background-color: rgb(211,139,200); }
div.DivClassName
{
background-color: #D38BC8;
}
.BgClassName
{
background-color: #D38BC8;
}
</style>
border-color css
<style>
span { border-color: #D38BC8; }
span { border-color: rgb(211,139,200); }
td.TdClassName
{
border-color: #D38BC8;
}
.TagClassName
{
border-color: #D38BC8;
}
</style>