Shades of Lilac #D48BC9
Tints of Lilac #D48BC9
RGB
CMYK
RGB Variations
Color information
#D48BC9 (or 0xD48BC9) is known color: Lilac. HEX triplet: D4, 8B and C9. RGB value is (212,139,201). Sum of RGB (Red+Green+Blue) = 212+139+201=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC9 is #2B7436. Grayscale: #A7A7A7. Windows color (decimal): -2847799 or 13208532. OLE color: 13208532.
HSL color Cylindrical-coordinate representation of color #D48BC9: hue angle of 309.04º 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 #D48BC9 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 201 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.17 |
| HSL | 309.04º | 0.46% | 0.69% | - |
| HSV(B) | 309.04º | 0.34% | 0.83% | - |
| XYZ | 46.93 | 36.68 | 59.86 | - |
| YUV | 167.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 201 | 0 | 0.34 | 0.05 | 0.17 | 309.04 | 0.46 | 0.69 |
| Hex | D4 | 8B | C9 | 0 | 22 | 5 | 11 | 135 | 2E | 45 |
| Octal | 324 | 213 | 311 | 0 | 42 | 5 | 21 | 465 | 56 | 105 |
| Binary | 11010100 | 10001011 | 11001001 | 0 | 100010 | 101 | 10001 | 100110101 | 101110 | 1000101 |
Color Harmonies of #D48BC9
Complementary color
Monochromatic Colors of #D48BC9
Black with #D48BC9
Text Example
Text Example
White with #D48BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BC9; }
p { color: rgb(212,139,201); }
H1.HeaderClassName
{
color: #D48BC9;
}
.AnyTagClassName
{
color: #D48BC9;
}
</style>
background-color css
<style>
a { background-color: #D48BC9; }
a { background-color: rgb(212,139,201); }
div.DivClassName
{
background-color: #D48BC9;
}
.BgClassName
{
background-color: #D48BC9;
}
</style>
border-color css
<style>
span { border-color: #D48BC9; }
span { border-color: rgb(212,139,201); }
td.TdClassName
{
border-color: #D48BC9;
}
.TagClassName
{
border-color: #D48BC9;
}
</style>