Shades of Lily #D38DB9
Tints of Lily #D38DB9
RGB
CMYK
RGB Variations
Color information
#D38DB9 (or 0xD38DB9) is known color: Lily. HEX triplet: D3, 8D and B9. RGB value is (211,141,185). Sum of RGB (Red+Green+Blue) = 211+141+185=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DB9 is #2C7246. Grayscale: #A6A6A6. Windows color (decimal): -2912839 or 12160467. OLE color: 12160467.
HSL color Cylindrical-coordinate representation of color #D38DB9: hue angle of 322.29º 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 #D38DB9 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 185 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.17 |
| HSL | 322.29º | 0.44% | 0.69% | - |
| HSV(B) | 322.29º | 0.33% | 0.83% | - |
| XYZ | 45.15 | 36.4 | 50.55 | - |
| YUV | 166.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 185 | 0 | 0.33 | 0.12 | 0.17 | 322.29 | 0.44 | 0.69 |
| Hex | D3 | 8D | B9 | 0 | 21 | C | 11 | 142 | 2C | 45 |
| Octal | 323 | 215 | 271 | 0 | 41 | 14 | 21 | 502 | 54 | 105 |
| Binary | 11010011 | 10001101 | 10111001 | 0 | 100001 | 1100 | 10001 | 101000010 | 101100 | 1000101 |
Color Harmonies of #D38DB9
Complementary color
Monochromatic Colors of #D38DB9
Black with #D38DB9
Text Example
Text Example
White with #D38DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DB9; }
p { color: rgb(211,141,185); }
H1.HeaderClassName
{
color: #D38DB9;
}
.AnyTagClassName
{
color: #D38DB9;
}
</style>
background-color css
<style>
a { background-color: #D38DB9; }
a { background-color: rgb(211,141,185); }
div.DivClassName
{
background-color: #D38DB9;
}
.BgClassName
{
background-color: #D38DB9;
}
</style>
border-color css
<style>
span { border-color: #D38DB9; }
span { border-color: rgb(211,141,185); }
td.TdClassName
{
border-color: #D38DB9;
}
.TagClassName
{
border-color: #D38DB9;
}
</style>