Shades of Lily #D390BB
Tints of Lily #D390BB
RGB
CMYK
RGB Variations
Color information
#D390BB (or 0xD390BB) is known color: Lily. HEX triplet: D3, 90 and BB. RGB value is (211,144,187). Sum of RGB (Red+Green+Blue) = 211+144+187=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D390BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390BB is #2C6F44. Grayscale: #A8A8A8. Windows color (decimal): -2912069 or 12292307. OLE color: 12292307.
HSL color Cylindrical-coordinate representation of color #D390BB: hue angle of 321.49º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D390BB is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 187 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.17 |
| HSL | 321.49º | 0.43% | 0.7% | - |
| HSV(B) | 321.49º | 0.32% | 0.83% | - |
| XYZ | 45.81 | 37.38 | 51.82 | - |
| YUV | 168.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 187 | 0 | 0.32 | 0.11 | 0.17 | 321.49 | 0.43 | 0.7 |
| Hex | D3 | 90 | BB | 0 | 20 | B | 11 | 141 | 2B | 46 |
| Octal | 323 | 220 | 273 | 0 | 40 | 13 | 21 | 501 | 53 | 106 |
| Binary | 11010011 | 10010000 | 10111011 | 0 | 100000 | 1011 | 10001 | 101000001 | 101011 | 1000110 |
Color Harmonies of #D390BB
Complementary color
Monochromatic Colors of #D390BB
Black with #D390BB
Text Example
Text Example
White with #D390BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390BB; }
p { color: rgb(211,144,187); }
H1.HeaderClassName
{
color: #D390BB;
}
.AnyTagClassName
{
color: #D390BB;
}
</style>
background-color css
<style>
a { background-color: #D390BB; }
a { background-color: rgb(211,144,187); }
div.DivClassName
{
background-color: #D390BB;
}
.BgClassName
{
background-color: #D390BB;
}
</style>
border-color css
<style>
span { border-color: #D390BB; }
span { border-color: rgb(211,144,187); }
td.TdClassName
{
border-color: #D390BB;
}
.TagClassName
{
border-color: #D390BB;
}
</style>