Shades of Lily #D38DB5
Tints of Lily #D38DB5
RGB
CMYK
RGB Variations
Color information
#D38DB5 (or 0xD38DB5) is known color: Lily. HEX triplet: D3, 8D and B5. RGB value is (211,141,181). Sum of RGB (Red+Green+Blue) = 211+141+181=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DB5 is #2C724A. Grayscale: #A6A6A6. Windows color (decimal): -2912843 or 11898323. OLE color: 11898323.
HSL color Cylindrical-coordinate representation of color #D38DB5: hue angle of 325.71º 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 #D38DB5 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 181 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.17 |
| HSL | 325.71º | 0.44% | 0.69% | - |
| HSV(B) | 325.71º | 0.33% | 0.83% | - |
| XYZ | 44.73 | 36.23 | 48.35 | - |
| YUV | 166.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 181 | 0 | 0.33 | 0.14 | 0.17 | 325.71 | 0.44 | 0.69 |
| Hex | D3 | 8D | B5 | 0 | 21 | E | 11 | 146 | 2C | 45 |
| Octal | 323 | 215 | 265 | 0 | 41 | 16 | 21 | 506 | 54 | 105 |
| Binary | 11010011 | 10001101 | 10110101 | 0 | 100001 | 1110 | 10001 | 101000110 | 101100 | 1000101 |
Color Harmonies of #D38DB5
Complementary color
Monochromatic Colors of #D38DB5
Black with #D38DB5
Text Example
Text Example
White with #D38DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DB5; }
p { color: rgb(211,141,181); }
H1.HeaderClassName
{
color: #D38DB5;
}
.AnyTagClassName
{
color: #D38DB5;
}
</style>
background-color css
<style>
a { background-color: #D38DB5; }
a { background-color: rgb(211,141,181); }
div.DivClassName
{
background-color: #D38DB5;
}
.BgClassName
{
background-color: #D38DB5;
}
</style>
border-color css
<style>
span { border-color: #D38DB5; }
span { border-color: rgb(211,141,181); }
td.TdClassName
{
border-color: #D38DB5;
}
.TagClassName
{
border-color: #D38DB5;
}
</style>