Shades of Lily #D386BF
Tints of Lily #D386BF
RGB
CMYK
RGB Variations
Color information
#D386BF (or 0xD386BF) is known color: Lily. HEX triplet: D3, 86 and BF. RGB value is (211,134,191). Sum of RGB (Red+Green+Blue) = 211+134+191=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D386BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386BF is #2C7940. Grayscale: #A3A3A3. Windows color (decimal): -2914625 or 12551891. OLE color: 12551891.
HSL color Cylindrical-coordinate representation of color #D386BF: hue angle of 315.58º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D386BF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 191 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.17 |
| HSL | 315.58º | 0.47% | 0.68% | - |
| HSV(B) | 315.58º | 0.36% | 0.83% | - |
| XYZ | 44.79 | 34.66 | 53.62 | - |
| YUV | 163.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 191 | 0 | 0.36 | 0.09 | 0.17 | 315.58 | 0.47 | 0.68 |
| Hex | D3 | 86 | BF | 0 | 24 | 9 | 11 | 13C | 2F | 44 |
| Octal | 323 | 206 | 277 | 0 | 44 | 11 | 21 | 474 | 57 | 104 |
| Binary | 11010011 | 10000110 | 10111111 | 0 | 100100 | 1001 | 10001 | 100111100 | 101111 | 1000100 |
Color Harmonies of #D386BF
Complementary color
Monochromatic Colors of #D386BF
Black with #D386BF
Text Example
Text Example
White with #D386BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386BF; }
p { color: rgb(211,134,191); }
H1.HeaderClassName
{
color: #D386BF;
}
.AnyTagClassName
{
color: #D386BF;
}
</style>
background-color css
<style>
a { background-color: #D386BF; }
a { background-color: rgb(211,134,191); }
div.DivClassName
{
background-color: #D386BF;
}
.BgClassName
{
background-color: #D386BF;
}
</style>
border-color css
<style>
span { border-color: #D386BF; }
span { border-color: rgb(211,134,191); }
td.TdClassName
{
border-color: #D386BF;
}
.TagClassName
{
border-color: #D386BF;
}
</style>