Shades of Lilac #D48FC6
Tints of Lilac #D48FC6
RGB
CMYK
RGB Variations
Color information
#D48FC6 (or 0xD48FC6) is known color: Lilac. HEX triplet: D4, 8F and C6. RGB value is (212,143,198). Sum of RGB (Red+Green+Blue) = 212+143+198=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FC6 is #2B7039. Grayscale: #A9A9A9. Windows color (decimal): -2846778 or 13012948. OLE color: 13012948.
HSL color Cylindrical-coordinate representation of color #D48FC6: hue angle of 312.17º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FC6 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 198 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.17 |
| HSL | 312.17º | 0.45% | 0.7% | - |
| HSV(B) | 312.17º | 0.33% | 0.83% | - |
| XYZ | 47.17 | 37.72 | 58.22 | - |
| YUV | 169.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 198 | 0 | 0.33 | 0.07 | 0.17 | 312.17 | 0.45 | 0.7 |
| Hex | D4 | 8F | C6 | 0 | 21 | 7 | 11 | 138 | 2D | 46 |
| Octal | 324 | 217 | 306 | 0 | 41 | 7 | 21 | 470 | 55 | 106 |
| Binary | 11010100 | 10001111 | 11000110 | 0 | 100001 | 111 | 10001 | 100111000 | 101101 | 1000110 |
Color Harmonies of #D48FC6
Complementary color
Monochromatic Colors of #D48FC6
Black with #D48FC6
Text Example
Text Example
White with #D48FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FC6; }
p { color: rgb(212,143,198); }
H1.HeaderClassName
{
color: #D48FC6;
}
.AnyTagClassName
{
color: #D48FC6;
}
</style>
background-color css
<style>
a { background-color: #D48FC6; }
a { background-color: rgb(212,143,198); }
div.DivClassName
{
background-color: #D48FC6;
}
.BgClassName
{
background-color: #D48FC6;
}
</style>
border-color css
<style>
span { border-color: #D48FC6; }
span { border-color: rgb(212,143,198); }
td.TdClassName
{
border-color: #D48FC6;
}
.TagClassName
{
border-color: #D48FC6;
}
</style>