Shades of Lilac #D48BCB
Tints of Lilac #D48BCB
RGB
CMYK
RGB Variations
Color information
#D48BCB (or 0xD48BCB) is known color: Lilac. HEX triplet: D4, 8B and CB. RGB value is (212,139,203). Sum of RGB (Red+Green+Blue) = 212+139+203=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BCB is #2B7434. Grayscale: #A7A7A7. Windows color (decimal): -2847797 or 13339604. OLE color: 13339604.
HSL color Cylindrical-coordinate representation of color #D48BCB: hue angle of 307.4º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48BCB is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 203 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.17 |
| HSL | 307.4º | 0.46% | 0.69% | - |
| HSV(B) | 307.4º | 0.34% | 0.83% | - |
| XYZ | 47.16 | 36.77 | 61.11 | - |
| YUV | 168.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 203 | 0 | 0.34 | 0.04 | 0.17 | 307.4 | 0.46 | 0.69 |
| Hex | D4 | 8B | CB | 0 | 22 | 4 | 11 | 133 | 2E | 45 |
| Octal | 324 | 213 | 313 | 0 | 42 | 4 | 21 | 463 | 56 | 105 |
| Binary | 11010100 | 10001011 | 11001011 | 0 | 100010 | 100 | 10001 | 100110011 | 101110 | 1000101 |
Color Harmonies of #D48BCB
Complementary color
Monochromatic Colors of #D48BCB
Black with #D48BCB
Text Example
Text Example
White with #D48BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48BCB; }
p { color: rgb(212,139,203); }
H1.HeaderClassName
{
color: #D48BCB;
}
.AnyTagClassName
{
color: #D48BCB;
}
</style>
background-color css
<style>
a { background-color: #D48BCB; }
a { background-color: rgb(212,139,203); }
div.DivClassName
{
background-color: #D48BCB;
}
.BgClassName
{
background-color: #D48BCB;
}
</style>
border-color css
<style>
span { border-color: #D48BCB; }
span { border-color: rgb(212,139,203); }
td.TdClassName
{
border-color: #D48BCB;
}
.TagClassName
{
border-color: #D48BCB;
}
</style>