Shades of Lilac #D49BCA
Tints of Lilac #D49BCA
RGB
CMYK
RGB Variations
Color information
#D49BCA (or 0xD49BCA) is known color: Lilac. HEX triplet: D4, 9B and CA. RGB value is (212,155,202). Sum of RGB (Red+Green+Blue) = 212+155+202=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BCA is #2B6435. Grayscale: #B1B1B1. Windows color (decimal): -2843702 or 13278164. OLE color: 13278164.
HSL color Cylindrical-coordinate representation of color #D49BCA: hue angle of 310.53º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49BCA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 202 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.17 |
| HSL | 310.53º | 0.4% | 0.72% | - |
| HSV(B) | 310.53º | 0.27% | 0.83% | - |
| XYZ | 49.53 | 41.7 | 61.32 | - |
| YUV | 177.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 202 | 0 | 0.27 | 0.05 | 0.17 | 310.53 | 0.4 | 0.72 |
| Hex | D4 | 9B | CA | 0 | 1B | 5 | 11 | 137 | 28 | 48 |
| Octal | 324 | 233 | 312 | 0 | 33 | 5 | 21 | 467 | 50 | 110 |
| Binary | 11010100 | 10011011 | 11001010 | 0 | 11011 | 101 | 10001 | 100110111 | 101000 | 1001000 |
Color Harmonies of #D49BCA
Complementary color
Monochromatic Colors of #D49BCA
Black with #D49BCA
Text Example
Text Example
White with #D49BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BCA; }
p { color: rgb(212,155,202); }
H1.HeaderClassName
{
color: #D49BCA;
}
.AnyTagClassName
{
color: #D49BCA;
}
</style>
background-color css
<style>
a { background-color: #D49BCA; }
a { background-color: rgb(212,155,202); }
div.DivClassName
{
background-color: #D49BCA;
}
.BgClassName
{
background-color: #D49BCA;
}
</style>
border-color css
<style>
span { border-color: #D49BCA; }
span { border-color: rgb(212,155,202); }
td.TdClassName
{
border-color: #D49BCA;
}
.TagClassName
{
border-color: #D49BCA;
}
</style>