Shades of Lily #D386BE
Tints of Lily #D386BE
RGB
CMYK
RGB Variations
Color information
#D386BE (or 0xD386BE) is known color: Lily. HEX triplet: D3, 86 and BE. RGB value is (211,134,190). Sum of RGB (Red+Green+Blue) = 211+134+190=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D386BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386BE is #2C7941. Grayscale: #A3A3A3. Windows color (decimal): -2914626 or 12486355. OLE color: 12486355.
HSL color Cylindrical-coordinate representation of color #D386BE: hue angle of 316.36º 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 #D386BE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 190 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.17 |
| HSL | 316.36º | 0.47% | 0.68% | - |
| HSV(B) | 316.36º | 0.36% | 0.83% | - |
| XYZ | 44.68 | 34.62 | 53.04 | - |
| YUV | 163.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 190 | 0 | 0.36 | 0.10 | 0.17 | 316.36 | 0.47 | 0.68 |
| Hex | D3 | 86 | BE | 0 | 24 | A | 11 | 13C | 2F | 44 |
| Octal | 323 | 206 | 276 | 0 | 44 | 12 | 21 | 474 | 57 | 104 |
| Binary | 11010011 | 10000110 | 10111110 | 0 | 100100 | 1010 | 10001 | 100111100 | 101111 | 1000100 |
Color Harmonies of #D386BE
Complementary color
Monochromatic Colors of #D386BE
Black with #D386BE
Text Example
Text Example
White with #D386BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386BE; }
p { color: rgb(211,134,190); }
H1.HeaderClassName
{
color: #D386BE;
}
.AnyTagClassName
{
color: #D386BE;
}
</style>
background-color css
<style>
a { background-color: #D386BE; }
a { background-color: rgb(211,134,190); }
div.DivClassName
{
background-color: #D386BE;
}
.BgClassName
{
background-color: #D386BE;
}
</style>
border-color css
<style>
span { border-color: #D386BE; }
span { border-color: rgb(211,134,190); }
td.TdClassName
{
border-color: #D386BE;
}
.TagClassName
{
border-color: #D386BE;
}
</style>