Shades of Lilac #D38BC6
Tints of Lilac #D38BC6
RGB
CMYK
RGB Variations
Color information
#D38BC6 (or 0xD38BC6) is known color: Lilac. HEX triplet: D3, 8B and C6. RGB value is (211,139,198). Sum of RGB (Red+Green+Blue) = 211+139+198=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BC6 is #2C7439. Grayscale: #A7A7A7. Windows color (decimal): -2913338 or 13011923. OLE color: 13011923.
HSL color Cylindrical-coordinate representation of color #D38BC6: hue angle of 310.83º 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 #D38BC6 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 198 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.17 |
| HSL | 310.83º | 0.45% | 0.69% | - |
| HSV(B) | 310.83º | 0.34% | 0.83% | - |
| XYZ | 46.29 | 36.39 | 58.01 | - |
| YUV | 167.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 198 | 0 | 0.34 | 0.06 | 0.17 | 310.83 | 0.45 | 0.69 |
| Hex | D3 | 8B | C6 | 0 | 22 | 6 | 11 | 137 | 2D | 45 |
| Octal | 323 | 213 | 306 | 0 | 42 | 6 | 21 | 467 | 55 | 105 |
| Binary | 11010011 | 10001011 | 11000110 | 0 | 100010 | 110 | 10001 | 100110111 | 101101 | 1000101 |
Color Harmonies of #D38BC6
Complementary color
Monochromatic Colors of #D38BC6
Black with #D38BC6
Text Example
Text Example
White with #D38BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BC6; }
p { color: rgb(211,139,198); }
H1.HeaderClassName
{
color: #D38BC6;
}
.AnyTagClassName
{
color: #D38BC6;
}
</style>
background-color css
<style>
a { background-color: #D38BC6; }
a { background-color: rgb(211,139,198); }
div.DivClassName
{
background-color: #D38BC6;
}
.BgClassName
{
background-color: #D38BC6;
}
</style>
border-color css
<style>
span { border-color: #D38BC6; }
span { border-color: rgb(211,139,198); }
td.TdClassName
{
border-color: #D38BC6;
}
.TagClassName
{
border-color: #D38BC6;
}
</style>