Shades of Lilac #D086C2
Tints of Lilac #D086C2
RGB
CMYK
RGB Variations
Color information
#D086C2 (or 0xD086C2) is known color: Lilac. HEX triplet: D0, 86 and C2. RGB value is (208,134,194). Sum of RGB (Red+Green+Blue) = 208+134+194=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D086C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086C2 is #2F793D. Grayscale: #A2A2A2. Windows color (decimal): -3111230 or 12748496. OLE color: 12748496.
HSL color Cylindrical-coordinate representation of color #D086C2: hue angle of 311.35º 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 #D086C2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 194 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.18 |
| HSL | 311.35º | 0.44% | 0.67% | - |
| HSV(B) | 311.35º | 0.36% | 0.82% | - |
| XYZ | 44.28 | 34.36 | 55.34 | - |
| YUV | 162.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 194 | 0 | 0.36 | 0.07 | 0.18 | 311.35 | 0.44 | 0.67 |
| Hex | D0 | 86 | C2 | 0 | 24 | 7 | 12 | 137 | 2C | 43 |
| Octal | 320 | 206 | 302 | 0 | 44 | 7 | 22 | 467 | 54 | 103 |
| Binary | 11010000 | 10000110 | 11000010 | 0 | 100100 | 111 | 10010 | 100110111 | 101100 | 1000011 |
Color Harmonies of #D086C2
Complementary color
Monochromatic Colors of #D086C2
Black with #D086C2
Text Example
Text Example
White with #D086C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D086C2; }
p { color: rgb(208,134,194); }
H1.HeaderClassName
{
color: #D086C2;
}
.AnyTagClassName
{
color: #D086C2;
}
</style>
background-color css
<style>
a { background-color: #D086C2; }
a { background-color: rgb(208,134,194); }
div.DivClassName
{
background-color: #D086C2;
}
.BgClassName
{
background-color: #D086C2;
}
</style>
border-color css
<style>
span { border-color: #D086C2; }
span { border-color: rgb(208,134,194); }
td.TdClassName
{
border-color: #D086C2;
}
.TagClassName
{
border-color: #D086C2;
}
</style>