Shades of Lily #D38DBD
Tints of Lily #D38DBD
RGB
CMYK
RGB Variations
Color information
#D38DBD (or 0xD38DBD) is known color: Lily. HEX triplet: D3, 8D and BD. RGB value is (211,141,189). Sum of RGB (Red+Green+Blue) = 211+141+189=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DBD is #2C7242. Grayscale: #A7A7A7. Windows color (decimal): -2912835 or 12422611. OLE color: 12422611.
HSL color Cylindrical-coordinate representation of color #D38DBD: hue angle of 318.86º 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 #D38DBD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 189 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.17 |
| HSL | 318.86º | 0.44% | 0.69% | - |
| HSV(B) | 318.86º | 0.33% | 0.83% | - |
| XYZ | 45.57 | 36.57 | 52.8 | - |
| YUV | 167.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 189 | 0 | 0.33 | 0.10 | 0.17 | 318.86 | 0.44 | 0.69 |
| Hex | D3 | 8D | BD | 0 | 21 | A | 11 | 13F | 2C | 45 |
| Octal | 323 | 215 | 275 | 0 | 41 | 12 | 21 | 477 | 54 | 105 |
| Binary | 11010011 | 10001101 | 10111101 | 0 | 100001 | 1010 | 10001 | 100111111 | 101100 | 1000101 |
Color Harmonies of #D38DBD
Complementary color
Monochromatic Colors of #D38DBD
Black with #D38DBD
Text Example
Text Example
White with #D38DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DBD; }
p { color: rgb(211,141,189); }
H1.HeaderClassName
{
color: #D38DBD;
}
.AnyTagClassName
{
color: #D38DBD;
}
</style>
background-color css
<style>
a { background-color: #D38DBD; }
a { background-color: rgb(211,141,189); }
div.DivClassName
{
background-color: #D38DBD;
}
.BgClassName
{
background-color: #D38DBD;
}
</style>
border-color css
<style>
span { border-color: #D38DBD; }
span { border-color: rgb(211,141,189); }
td.TdClassName
{
border-color: #D38DBD;
}
.TagClassName
{
border-color: #D38DBD;
}
</style>