Shades of Lilac #D086C1
Tints of Lilac #D086C1
RGB
CMYK
RGB Variations
Color information
#D086C1 (or 0xD086C1) is known color: Lilac. HEX triplet: D0, 86 and C1. RGB value is (208,134,193). Sum of RGB (Red+Green+Blue) = 208+134+193=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D086C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086C1 is #2F793E. Grayscale: #A2A2A2. Windows color (decimal): -3111231 or 12682960. OLE color: 12682960.
HSL color Cylindrical-coordinate representation of color #D086C1: hue angle of 312.16º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086C1 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 193 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.18 |
| HSL | 312.16º | 0.44% | 0.67% | - |
| HSV(B) | 312.16º | 0.36% | 0.82% | - |
| XYZ | 44.16 | 34.31 | 54.75 | - |
| YUV | 162.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 193 | 0 | 0.36 | 0.07 | 0.18 | 312.16 | 0.44 | 0.67 |
| Hex | D0 | 86 | C1 | 0 | 24 | 7 | 12 | 138 | 2C | 43 |
| Octal | 320 | 206 | 301 | 0 | 44 | 7 | 22 | 470 | 54 | 103 |
| Binary | 11010000 | 10000110 | 11000001 | 0 | 100100 | 111 | 10010 | 100111000 | 101100 | 1000011 |
Color Harmonies of #D086C1
Complementary color
Monochromatic Colors of #D086C1
Black with #D086C1
Text Example
Text Example
White with #D086C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086C1; }
p { color: rgb(208,134,193); }
H1.HeaderClassName
{
color: #D086C1;
}
.AnyTagClassName
{
color: #D086C1;
}
</style>
background-color css
<style>
a { background-color: #D086C1; }
a { background-color: rgb(208,134,193); }
div.DivClassName
{
background-color: #D086C1;
}
.BgClassName
{
background-color: #D086C1;
}
</style>
border-color css
<style>
span { border-color: #D086C1; }
span { border-color: rgb(208,134,193); }
td.TdClassName
{
border-color: #D086C1;
}
.TagClassName
{
border-color: #D086C1;
}
</style>