Shades of Lily #D389BE
Tints of Lily #D389BE
RGB
CMYK
RGB Variations
Color information
#D389BE (or 0xD389BE) is known color: Lily. HEX triplet: D3, 89 and BE. RGB value is (211,137,190). Sum of RGB (Red+Green+Blue) = 211+137+190=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D389BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389BE is #2C7641. Grayscale: #A5A5A5. Windows color (decimal): -2913858 or 12487123. OLE color: 12487123.
HSL color Cylindrical-coordinate representation of color #D389BE: hue angle of 317.03º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D389BE is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 137 | 190 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.17 |
| HSL | 317.03º | 0.46% | 0.68% | - |
| HSV(B) | 317.03º | 0.35% | 0.83% | - |
| XYZ | 45.1 | 35.46 | 53.18 | - |
| YUV | 165.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 190 | 0 | 0.35 | 0.10 | 0.17 | 317.03 | 0.46 | 0.68 |
| Hex | D3 | 89 | BE | 0 | 23 | A | 11 | 13D | 2E | 44 |
| Octal | 323 | 211 | 276 | 0 | 43 | 12 | 21 | 475 | 56 | 104 |
| Binary | 11010011 | 10001001 | 10111110 | 0 | 100011 | 1010 | 10001 | 100111101 | 101110 | 1000100 |
Color Harmonies of #D389BE
Complementary color
Monochromatic Colors of #D389BE
Black with #D389BE
Text Example
Text Example
White with #D389BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389BE; }
p { color: rgb(211,137,190); }
H1.HeaderClassName
{
color: #D389BE;
}
.AnyTagClassName
{
color: #D389BE;
}
</style>
background-color css
<style>
a { background-color: #D389BE; }
a { background-color: rgb(211,137,190); }
div.DivClassName
{
background-color: #D389BE;
}
.BgClassName
{
background-color: #D389BE;
}
</style>
border-color css
<style>
span { border-color: #D389BE; }
span { border-color: rgb(211,137,190); }
td.TdClassName
{
border-color: #D389BE;
}
.TagClassName
{
border-color: #D389BE;
}
</style>