Shades of Lilac #D48DC9
Tints of Lilac #D48DC9
RGB
CMYK
RGB Variations
Color information
#D48DC9 (or 0xD48DC9) is known color: Lilac. HEX triplet: D4, 8D and C9. RGB value is (212,141,201). Sum of RGB (Red+Green+Blue) = 212+141+201=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC9 is #2B7236. Grayscale: #A8A8A8. Windows color (decimal): -2847287 or 13209044. OLE color: 13209044.
HSL color Cylindrical-coordinate representation of color #D48DC9: hue angle of 309.3º 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 #D48DC9 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 201 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.17 |
| HSL | 309.3º | 0.45% | 0.69% | - |
| HSV(B) | 309.3º | 0.33% | 0.83% | - |
| XYZ | 47.22 | 37.26 | 59.96 | - |
| YUV | 169.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 201 | 0 | 0.33 | 0.05 | 0.17 | 309.3 | 0.45 | 0.69 |
| Hex | D4 | 8D | C9 | 0 | 21 | 5 | 11 | 135 | 2D | 45 |
| Octal | 324 | 215 | 311 | 0 | 41 | 5 | 21 | 465 | 55 | 105 |
| Binary | 11010100 | 10001101 | 11001001 | 0 | 100001 | 101 | 10001 | 100110101 | 101101 | 1000101 |
Color Harmonies of #D48DC9
Complementary color
Monochromatic Colors of #D48DC9
Black with #D48DC9
Text Example
Text Example
White with #D48DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DC9; }
p { color: rgb(212,141,201); }
H1.HeaderClassName
{
color: #D48DC9;
}
.AnyTagClassName
{
color: #D48DC9;
}
</style>
background-color css
<style>
a { background-color: #D48DC9; }
a { background-color: rgb(212,141,201); }
div.DivClassName
{
background-color: #D48DC9;
}
.BgClassName
{
background-color: #D48DC9;
}
</style>
border-color css
<style>
span { border-color: #D48DC9; }
span { border-color: rgb(212,141,201); }
td.TdClassName
{
border-color: #D48DC9;
}
.TagClassName
{
border-color: #D48DC9;
}
</style>