Shades of Lilac #D48FCB
Tints of Lilac #D48FCB
RGB
CMYK
RGB Variations
Color information
#D48FCB (or 0xD48FCB) is known color: Lilac. HEX triplet: D4, 8F and CB. RGB value is (212,143,203). Sum of RGB (Red+Green+Blue) = 212+143+203=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FCB is #2B7034. Grayscale: #AAAAAA. Windows color (decimal): -2846773 or 13340628. OLE color: 13340628.
HSL color Cylindrical-coordinate representation of color #D48FCB: hue angle of 307.83º 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 #D48FCB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 203 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.17 |
| HSL | 307.83º | 0.45% | 0.7% | - |
| HSV(B) | 307.83º | 0.33% | 0.83% | - |
| XYZ | 47.75 | 37.95 | 61.31 | - |
| YUV | 170.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 203 | 0 | 0.33 | 0.04 | 0.17 | 307.83 | 0.45 | 0.7 |
| Hex | D4 | 8F | CB | 0 | 21 | 4 | 11 | 134 | 2D | 46 |
| Octal | 324 | 217 | 313 | 0 | 41 | 4 | 21 | 464 | 55 | 106 |
| Binary | 11010100 | 10001111 | 11001011 | 0 | 100001 | 100 | 10001 | 100110100 | 101101 | 1000110 |
Color Harmonies of #D48FCB
Complementary color
Monochromatic Colors of #D48FCB
Black with #D48FCB
Text Example
Text Example
White with #D48FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48FCB; }
p { color: rgb(212,143,203); }
H1.HeaderClassName
{
color: #D48FCB;
}
.AnyTagClassName
{
color: #D48FCB;
}
</style>
background-color css
<style>
a { background-color: #D48FCB; }
a { background-color: rgb(212,143,203); }
div.DivClassName
{
background-color: #D48FCB;
}
.BgClassName
{
background-color: #D48FCB;
}
</style>
border-color css
<style>
span { border-color: #D48FCB; }
span { border-color: rgb(212,143,203); }
td.TdClassName
{
border-color: #D48FCB;
}
.TagClassName
{
border-color: #D48FCB;
}
</style>