Shades of Lilac #D19FCB
Tints of Lilac #D19FCB
RGB
CMYK
RGB Variations
Color information
#D19FCB (or 0xD19FCB) is known color: Lilac. HEX triplet: D1, 9F and CB. RGB value is (209,159,203). Sum of RGB (Red+Green+Blue) = 209+159+203=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FCB is #2E6034. Grayscale: #B2B2B2. Windows color (decimal): -3039285 or 13344721. OLE color: 13344721.
HSL color Cylindrical-coordinate representation of color #D19FCB: hue angle of 307.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FCB is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 203 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.18 |
| HSL | 307.2º | 0.35% | 0.72% | - |
| HSV(B) | 307.2º | 0.24% | 0.82% | - |
| XYZ | 49.47 | 42.66 | 62.13 | - |
| YUV | 178.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 203 | 0 | 0.24 | 0.03 | 0.18 | 307.2 | 0.35 | 0.72 |
| Hex | D1 | 9F | CB | 0 | 18 | 3 | 12 | 133 | 23 | 48 |
| Octal | 321 | 237 | 313 | 0 | 30 | 3 | 22 | 463 | 43 | 110 |
| Binary | 11010001 | 10011111 | 11001011 | 0 | 11000 | 11 | 10010 | 100110011 | 100011 | 1001000 |
Color Harmonies of #D19FCB
Complementary color
Monochromatic Colors of #D19FCB
Black with #D19FCB
Text Example
Text Example
White with #D19FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FCB; }
p { color: rgb(209,159,203); }
H1.HeaderClassName
{
color: #D19FCB;
}
.AnyTagClassName
{
color: #D19FCB;
}
</style>
background-color css
<style>
a { background-color: #D19FCB; }
a { background-color: rgb(209,159,203); }
div.DivClassName
{
background-color: #D19FCB;
}
.BgClassName
{
background-color: #D19FCB;
}
</style>
border-color css
<style>
span { border-color: #D19FCB; }
span { border-color: rgb(209,159,203); }
td.TdClassName
{
border-color: #D19FCB;
}
.TagClassName
{
border-color: #D19FCB;
}
</style>