Shades of Lilac #D38CC6
Tints of Lilac #D38CC6
RGB
CMYK
RGB Variations
Color information
#D38CC6 (or 0xD38CC6) is known color: Lilac. HEX triplet: D3, 8C and C6. RGB value is (211,140,198). Sum of RGB (Red+Green+Blue) = 211+140+198=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CC6 is #2C7339. Grayscale: #A7A7A7. Windows color (decimal): -2913082 or 13012179. OLE color: 13012179.
HSL color Cylindrical-coordinate representation of color #D38CC6: hue angle of 310.99º 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 #D38CC6 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 198 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.17 |
| HSL | 310.99º | 0.45% | 0.69% | - |
| HSV(B) | 310.99º | 0.34% | 0.83% | - |
| XYZ | 46.44 | 36.68 | 58.06 | - |
| YUV | 167.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 198 | 0 | 0.34 | 0.06 | 0.17 | 310.99 | 0.45 | 0.69 |
| Hex | D3 | 8C | C6 | 0 | 22 | 6 | 11 | 137 | 2D | 45 |
| Octal | 323 | 214 | 306 | 0 | 42 | 6 | 21 | 467 | 55 | 105 |
| Binary | 11010011 | 10001100 | 11000110 | 0 | 100010 | 110 | 10001 | 100110111 | 101101 | 1000101 |
Color Harmonies of #D38CC6
Complementary color
Monochromatic Colors of #D38CC6
Black with #D38CC6
Text Example
Text Example
White with #D38CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CC6; }
p { color: rgb(211,140,198); }
H1.HeaderClassName
{
color: #D38CC6;
}
.AnyTagClassName
{
color: #D38CC6;
}
</style>
background-color css
<style>
a { background-color: #D38CC6; }
a { background-color: rgb(211,140,198); }
div.DivClassName
{
background-color: #D38CC6;
}
.BgClassName
{
background-color: #D38CC6;
}
</style>
border-color css
<style>
span { border-color: #D38CC6; }
span { border-color: rgb(211,140,198); }
td.TdClassName
{
border-color: #D38CC6;
}
.TagClassName
{
border-color: #D38CC6;
}
</style>