Shades of Lily #D38DBA
Tints of Lily #D38DBA
RGB
CMYK
RGB Variations
Color information
#D38DBA (or 0xD38DBA) is known color: Lily. HEX triplet: D3, 8D and BA. RGB value is (211,141,186). Sum of RGB (Red+Green+Blue) = 211+141+186=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DBA is #2C7245. Grayscale: #A6A6A6. Windows color (decimal): -2912838 or 12226003. OLE color: 12226003.
HSL color Cylindrical-coordinate representation of color #D38DBA: hue angle of 321.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38DBA is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 186 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.17 |
| HSL | 321.43º | 0.44% | 0.69% | - |
| HSV(B) | 321.43º | 0.33% | 0.83% | - |
| XYZ | 45.25 | 36.44 | 51.1 | - |
| YUV | 167.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 186 | 0 | 0.33 | 0.12 | 0.17 | 321.43 | 0.44 | 0.69 |
| Hex | D3 | 8D | BA | 0 | 21 | C | 11 | 141 | 2C | 45 |
| Octal | 323 | 215 | 272 | 0 | 41 | 14 | 21 | 501 | 54 | 105 |
| Binary | 11010011 | 10001101 | 10111010 | 0 | 100001 | 1100 | 10001 | 101000001 | 101100 | 1000101 |
Color Harmonies of #D38DBA
Complementary color
Monochromatic Colors of #D38DBA
Black with #D38DBA
Text Example
Text Example
White with #D38DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DBA; }
p { color: rgb(211,141,186); }
H1.HeaderClassName
{
color: #D38DBA;
}
.AnyTagClassName
{
color: #D38DBA;
}
</style>
background-color css
<style>
a { background-color: #D38DBA; }
a { background-color: rgb(211,141,186); }
div.DivClassName
{
background-color: #D38DBA;
}
.BgClassName
{
background-color: #D38DBA;
}
</style>
border-color css
<style>
span { border-color: #D38DBA; }
span { border-color: rgb(211,141,186); }
td.TdClassName
{
border-color: #D38DBA;
}
.TagClassName
{
border-color: #D38DBA;
}
</style>