Shades of Lily #D286BD
Tints of Lily #D286BD
RGB
CMYK
RGB Variations
Color information
#D286BD (or 0xD286BD) is known color: Lily. HEX triplet: D2, 86 and BD. RGB value is (210,134,189). Sum of RGB (Red+Green+Blue) = 210+134+189=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D286BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286BD is #2D7942. Grayscale: #A2A2A2. Windows color (decimal): -2980163 or 12420818. OLE color: 12420818.
HSL color Cylindrical-coordinate representation of color #D286BD: hue angle of 316.58º degrees, saturation: 0.46, 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 #D286BD is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 189 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.18 |
| HSL | 316.58º | 0.46% | 0.67% | - |
| HSV(B) | 316.58º | 0.36% | 0.82% | - |
| XYZ | 44.29 | 34.43 | 52.45 | - |
| YUV | 162.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 189 | 0 | 0.36 | 0.10 | 0.18 | 316.58 | 0.46 | 0.67 |
| Hex | D2 | 86 | BD | 0 | 24 | A | 12 | 13D | 2E | 43 |
| Octal | 322 | 206 | 275 | 0 | 44 | 12 | 22 | 475 | 56 | 103 |
| Binary | 11010010 | 10000110 | 10111101 | 0 | 100100 | 1010 | 10010 | 100111101 | 101110 | 1000011 |
Color Harmonies of #D286BD
Complementary color
Monochromatic Colors of #D286BD
Black with #D286BD
Text Example
Text Example
White with #D286BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286BD; }
p { color: rgb(210,134,189); }
H1.HeaderClassName
{
color: #D286BD;
}
.AnyTagClassName
{
color: #D286BD;
}
</style>
background-color css
<style>
a { background-color: #D286BD; }
a { background-color: rgb(210,134,189); }
div.DivClassName
{
background-color: #D286BD;
}
.BgClassName
{
background-color: #D286BD;
}
</style>
border-color css
<style>
span { border-color: #D286BD; }
span { border-color: rgb(210,134,189); }
td.TdClassName
{
border-color: #D286BD;
}
.TagClassName
{
border-color: #D286BD;
}
</style>