Shades of Lily #D286BE
Tints of Lily #D286BE
RGB
CMYK
RGB Variations
Color information
#D286BE (or 0xD286BE) is known color: Lily. HEX triplet: D2, 86 and BE. RGB value is (210,134,190). Sum of RGB (Red+Green+Blue) = 210+134+190=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D286BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286BE is #2D7941. Grayscale: #A2A2A2. Windows color (decimal): -2980162 or 12486354. OLE color: 12486354.
HSL color Cylindrical-coordinate representation of color #D286BE: hue angle of 315.79º 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 #D286BE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 190 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.18 |
| HSL | 315.79º | 0.46% | 0.67% | - |
| HSV(B) | 315.79º | 0.36% | 0.82% | - |
| XYZ | 44.4 | 34.47 | 53.03 | - |
| YUV | 163.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 190 | 0 | 0.36 | 0.10 | 0.18 | 315.79 | 0.46 | 0.67 |
| Hex | D2 | 86 | BE | 0 | 24 | A | 12 | 13C | 2E | 43 |
| Octal | 322 | 206 | 276 | 0 | 44 | 12 | 22 | 474 | 56 | 103 |
| Binary | 11010010 | 10000110 | 10111110 | 0 | 100100 | 1010 | 10010 | 100111100 | 101110 | 1000011 |
Color Harmonies of #D286BE
Complementary color
Monochromatic Colors of #D286BE
Black with #D286BE
Text Example
Text Example
White with #D286BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286BE; }
p { color: rgb(210,134,190); }
H1.HeaderClassName
{
color: #D286BE;
}
.AnyTagClassName
{
color: #D286BE;
}
</style>
background-color css
<style>
a { background-color: #D286BE; }
a { background-color: rgb(210,134,190); }
div.DivClassName
{
background-color: #D286BE;
}
.BgClassName
{
background-color: #D286BE;
}
</style>
border-color css
<style>
span { border-color: #D286BE; }
span { border-color: rgb(210,134,190); }
td.TdClassName
{
border-color: #D286BE;
}
.TagClassName
{
border-color: #D286BE;
}
</style>