Shades of Lily #D390B5
Tints of Lily #D390B5
RGB
CMYK
RGB Variations
Color information
#D390B5 (or 0xD390B5) is known color: Lily. HEX triplet: D3, 90 and B5. RGB value is (211,144,181). Sum of RGB (Red+Green+Blue) = 211+144+181=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D390B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390B5 is #2C6F4A. Grayscale: #A8A8A8. Windows color (decimal): -2912075 or 11899091. OLE color: 11899091.
HSL color Cylindrical-coordinate representation of color #D390B5: hue angle of 326.87º 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 #D390B5 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 181 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.17 |
| HSL | 326.87º | 0.43% | 0.7% | - |
| HSV(B) | 326.87º | 0.32% | 0.83% | - |
| XYZ | 45.18 | 37.13 | 48.5 | - |
| YUV | 168.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 181 | 0 | 0.32 | 0.14 | 0.17 | 326.87 | 0.43 | 0.7 |
| Hex | D3 | 90 | B5 | 0 | 20 | E | 11 | 147 | 2B | 46 |
| Octal | 323 | 220 | 265 | 0 | 40 | 16 | 21 | 507 | 53 | 106 |
| Binary | 11010011 | 10010000 | 10110101 | 0 | 100000 | 1110 | 10001 | 101000111 | 101011 | 1000110 |
Color Harmonies of #D390B5
Complementary color
Monochromatic Colors of #D390B5
Black with #D390B5
Text Example
Text Example
White with #D390B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D390B5; }
p { color: rgb(211,144,181); }
H1.HeaderClassName
{
color: #D390B5;
}
.AnyTagClassName
{
color: #D390B5;
}
</style>
background-color css
<style>
a { background-color: #D390B5; }
a { background-color: rgb(211,144,181); }
div.DivClassName
{
background-color: #D390B5;
}
.BgClassName
{
background-color: #D390B5;
}
</style>
border-color css
<style>
span { border-color: #D390B5; }
span { border-color: rgb(211,144,181); }
td.TdClassName
{
border-color: #D390B5;
}
.TagClassName
{
border-color: #D390B5;
}
</style>