Shades of Lilac #D48EC3
Tints of Lilac #D48EC3
RGB
CMYK
RGB Variations
Color information
#D48EC3 (or 0xD48EC3) is known color: Lilac. HEX triplet: D4, 8E and C3. RGB value is (212,142,195). Sum of RGB (Red+Green+Blue) = 212+142+195=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC3 is #2B713C. Grayscale: #A8A8A8. Windows color (decimal): -2847037 or 12816084. OLE color: 12816084.
HSL color Cylindrical-coordinate representation of color #D48EC3: hue angle of 314.57º degrees, saturation: 0.45, 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 #D48EC3 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 195 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.17 |
| HSL | 314.57º | 0.45% | 0.69% | - |
| HSV(B) | 314.57º | 0.33% | 0.83% | - |
| XYZ | 46.67 | 37.28 | 56.37 | - |
| YUV | 168.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 195 | 0 | 0.33 | 0.08 | 0.17 | 314.57 | 0.45 | 0.69 |
| Hex | D4 | 8E | C3 | 0 | 21 | 8 | 11 | 13B | 2D | 45 |
| Octal | 324 | 216 | 303 | 0 | 41 | 10 | 21 | 473 | 55 | 105 |
| Binary | 11010100 | 10001110 | 11000011 | 0 | 100001 | 1000 | 10001 | 100111011 | 101101 | 1000101 |
Color Harmonies of #D48EC3
Complementary color
Monochromatic Colors of #D48EC3
Black with #D48EC3
Text Example
Text Example
White with #D48EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48EC3; }
p { color: rgb(212,142,195); }
H1.HeaderClassName
{
color: #D48EC3;
}
.AnyTagClassName
{
color: #D48EC3;
}
</style>
background-color css
<style>
a { background-color: #D48EC3; }
a { background-color: rgb(212,142,195); }
div.DivClassName
{
background-color: #D48EC3;
}
.BgClassName
{
background-color: #D48EC3;
}
</style>
border-color css
<style>
span { border-color: #D48EC3; }
span { border-color: rgb(212,142,195); }
td.TdClassName
{
border-color: #D48EC3;
}
.TagClassName
{
border-color: #D48EC3;
}
</style>