Shades of Lilac #D48BCE
Tints of Lilac #D48BCE
RGB
CMYK
RGB Variations
Color information
#D48BCE (or 0xD48BCE) is known color: Lilac. HEX triplet: D4, 8B and CE. RGB value is (212,139,206). Sum of RGB (Red+Green+Blue) = 212+139+206=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BCE is #2B7431. Grayscale: #A8A8A8. Windows color (decimal): -2847794 or 13536212. OLE color: 13536212.
HSL color Cylindrical-coordinate representation of color #D48BCE: hue angle of 304.93º degrees, saturation: 0.46, 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 #D48BCE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 206 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.17 |
| HSL | 304.93º | 0.46% | 0.69% | - |
| HSV(B) | 304.93º | 0.34% | 0.83% | - |
| XYZ | 47.52 | 36.92 | 63.01 | - |
| YUV | 168.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 206 | 0 | 0.34 | 0.03 | 0.17 | 304.93 | 0.46 | 0.69 |
| Hex | D4 | 8B | CE | 0 | 22 | 3 | 11 | 131 | 2E | 45 |
| Octal | 324 | 213 | 316 | 0 | 42 | 3 | 21 | 461 | 56 | 105 |
| Binary | 11010100 | 10001011 | 11001110 | 0 | 100010 | 11 | 10001 | 100110001 | 101110 | 1000101 |
Color Harmonies of #D48BCE
Complementary color
Monochromatic Colors of #D48BCE
Black with #D48BCE
Text Example
Text Example
White with #D48BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BCE; }
p { color: rgb(212,139,206); }
H1.HeaderClassName
{
color: #D48BCE;
}
.AnyTagClassName
{
color: #D48BCE;
}
</style>
background-color css
<style>
a { background-color: #D48BCE; }
a { background-color: rgb(212,139,206); }
div.DivClassName
{
background-color: #D48BCE;
}
.BgClassName
{
background-color: #D48BCE;
}
</style>
border-color css
<style>
span { border-color: #D48BCE; }
span { border-color: rgb(212,139,206); }
td.TdClassName
{
border-color: #D48BCE;
}
.TagClassName
{
border-color: #D48BCE;
}
</style>