Shades of Lilac #D19BCA
Tints of Lilac #D19BCA
RGB
CMYK
RGB Variations
Color information
#D19BCA (or 0xD19BCA) is known color: Lilac. HEX triplet: D1, 9B and CA. RGB value is (209,155,202). Sum of RGB (Red+Green+Blue) = 209+155+202=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19BCA is #2E6435. Grayscale: #B0B0B0. Windows color (decimal): -3040310 or 13278161. OLE color: 13278161.
HSL color Cylindrical-coordinate representation of color #D19BCA: hue angle of 307.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BCA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 202 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.18 |
| HSL | 307.78º | 0.37% | 0.71% | - |
| HSV(B) | 307.78º | 0.26% | 0.82% | - |
| XYZ | 48.68 | 41.26 | 61.28 | - |
| YUV | 176.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 202 | 0 | 0.26 | 0.03 | 0.18 | 307.78 | 0.37 | 0.71 |
| Hex | D1 | 9B | CA | 0 | 1A | 3 | 12 | 134 | 25 | 47 |
| Octal | 321 | 233 | 312 | 0 | 32 | 3 | 22 | 464 | 45 | 107 |
| Binary | 11010001 | 10011011 | 11001010 | 0 | 11010 | 11 | 10010 | 100110100 | 100101 | 1000111 |
Color Harmonies of #D19BCA
Complementary color
Monochromatic Colors of #D19BCA
Black with #D19BCA
Text Example
Text Example
White with #D19BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BCA; }
p { color: rgb(209,155,202); }
H1.HeaderClassName
{
color: #D19BCA;
}
.AnyTagClassName
{
color: #D19BCA;
}
</style>
background-color css
<style>
a { background-color: #D19BCA; }
a { background-color: rgb(209,155,202); }
div.DivClassName
{
background-color: #D19BCA;
}
.BgClassName
{
background-color: #D19BCA;
}
</style>
border-color css
<style>
span { border-color: #D19BCA; }
span { border-color: rgb(209,155,202); }
td.TdClassName
{
border-color: #D19BCA;
}
.TagClassName
{
border-color: #D19BCA;
}
</style>