Shades of Lilac #D48DCB
Tints of Lilac #D48DCB
RGB
CMYK
RGB Variations
Color information
#D48DCB (or 0xD48DCB) is known color: Lilac. HEX triplet: D4, 8D and CB. RGB value is (212,141,203). Sum of RGB (Red+Green+Blue) = 212+141+203=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DCB is #2B7234. Grayscale: #A9A9A9. Windows color (decimal): -2847285 or 13340116. OLE color: 13340116.
HSL color Cylindrical-coordinate representation of color #D48DCB: hue angle of 307.61º 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 #D48DCB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 203 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.17 |
| HSL | 307.61º | 0.45% | 0.69% | - |
| HSV(B) | 307.61º | 0.33% | 0.83% | - |
| XYZ | 47.46 | 37.36 | 61.21 | - |
| YUV | 169.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 203 | 0 | 0.33 | 0.04 | 0.17 | 307.61 | 0.45 | 0.69 |
| Hex | D4 | 8D | CB | 0 | 21 | 4 | 11 | 134 | 2D | 45 |
| Octal | 324 | 215 | 313 | 0 | 41 | 4 | 21 | 464 | 55 | 105 |
| Binary | 11010100 | 10001101 | 11001011 | 0 | 100001 | 100 | 10001 | 100110100 | 101101 | 1000101 |
Color Harmonies of #D48DCB
Complementary color
Monochromatic Colors of #D48DCB
Black with #D48DCB
Text Example
Text Example
White with #D48DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DCB; }
p { color: rgb(212,141,203); }
H1.HeaderClassName
{
color: #D48DCB;
}
.AnyTagClassName
{
color: #D48DCB;
}
</style>
background-color css
<style>
a { background-color: #D48DCB; }
a { background-color: rgb(212,141,203); }
div.DivClassName
{
background-color: #D48DCB;
}
.BgClassName
{
background-color: #D48DCB;
}
</style>
border-color css
<style>
span { border-color: #D48DCB; }
span { border-color: rgb(212,141,203); }
td.TdClassName
{
border-color: #D48DCB;
}
.TagClassName
{
border-color: #D48DCB;
}
</style>