Shades of Lilac #D48FC3
Tints of Lilac #D48FC3
RGB
CMYK
RGB Variations
Color information
#D48FC3 (or 0xD48FC3) is known color: Lilac. HEX triplet: D4, 8F and C3. RGB value is (212,143,195). Sum of RGB (Red+Green+Blue) = 212+143+195=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FC3 is #2B703C. Grayscale: #A9A9A9. Windows color (decimal): -2846781 or 12816340. OLE color: 12816340.
HSL color Cylindrical-coordinate representation of color #D48FC3: hue angle of 314.78º 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 #D48FC3 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 195 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.17 |
| HSL | 314.78º | 0.45% | 0.7% | - |
| HSV(B) | 314.78º | 0.33% | 0.83% | - |
| XYZ | 46.82 | 37.58 | 56.42 | - |
| YUV | 169.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 195 | 0 | 0.33 | 0.08 | 0.17 | 314.78 | 0.45 | 0.7 |
| Hex | D4 | 8F | C3 | 0 | 21 | 8 | 11 | 13B | 2D | 46 |
| Octal | 324 | 217 | 303 | 0 | 41 | 10 | 21 | 473 | 55 | 106 |
| Binary | 11010100 | 10001111 | 11000011 | 0 | 100001 | 1000 | 10001 | 100111011 | 101101 | 1000110 |
Color Harmonies of #D48FC3
Complementary color
Monochromatic Colors of #D48FC3
Black with #D48FC3
Text Example
Text Example
White with #D48FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FC3; }
p { color: rgb(212,143,195); }
H1.HeaderClassName
{
color: #D48FC3;
}
.AnyTagClassName
{
color: #D48FC3;
}
</style>
background-color css
<style>
a { background-color: #D48FC3; }
a { background-color: rgb(212,143,195); }
div.DivClassName
{
background-color: #D48FC3;
}
.BgClassName
{
background-color: #D48FC3;
}
</style>
border-color css
<style>
span { border-color: #D48FC3; }
span { border-color: rgb(212,143,195); }
td.TdClassName
{
border-color: #D48FC3;
}
.TagClassName
{
border-color: #D48FC3;
}
</style>