Shades of Lilac #D49FCF
Tints of Lilac #D49FCF
RGB
CMYK
RGB Variations
Color information
#D49FCF (or 0xD49FCF) is known color: Lilac. HEX triplet: D4, 9F and CF. RGB value is (212,159,207). Sum of RGB (Red+Green+Blue) = 212+159+207=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FCF is #2B6030. Grayscale: #B4B4B4. Windows color (decimal): -2842673 or 13606868. OLE color: 13606868.
HSL color Cylindrical-coordinate representation of color #D49FCF: hue angle of 305.66º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FCF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 207 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.17 |
| HSL | 305.66º | 0.38% | 0.73% | - |
| HSV(B) | 305.66º | 0.25% | 0.83% | - |
| XYZ | 50.81 | 43.3 | 64.71 | - |
| YUV | 180.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 207 | 0 | 0.25 | 0.02 | 0.17 | 305.66 | 0.38 | 0.73 |
| Hex | D4 | 9F | CF | 0 | 19 | 2 | 11 | 132 | 26 | 49 |
| Octal | 324 | 237 | 317 | 0 | 31 | 2 | 21 | 462 | 46 | 111 |
| Binary | 11010100 | 10011111 | 11001111 | 0 | 11001 | 10 | 10001 | 100110010 | 100110 | 1001001 |
Color Harmonies of #D49FCF
Complementary color
Monochromatic Colors of #D49FCF
Black with #D49FCF
Text Example
Text Example
White with #D49FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FCF; }
p { color: rgb(212,159,207); }
H1.HeaderClassName
{
color: #D49FCF;
}
.AnyTagClassName
{
color: #D49FCF;
}
</style>
background-color css
<style>
a { background-color: #D49FCF; }
a { background-color: rgb(212,159,207); }
div.DivClassName
{
background-color: #D49FCF;
}
.BgClassName
{
background-color: #D49FCF;
}
</style>
border-color css
<style>
span { border-color: #D49FCF; }
span { border-color: rgb(212,159,207); }
td.TdClassName
{
border-color: #D49FCF;
}
.TagClassName
{
border-color: #D49FCF;
}
</style>