Shades of Lily #D38EB5
Tints of Lily #D38EB5
RGB
CMYK
RGB Variations
Color information
#D38EB5 (or 0xD38EB5) is known color: Lily. HEX triplet: D3, 8E and B5. RGB value is (211,142,181). Sum of RGB (Red+Green+Blue) = 211+142+181=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38EB5 is #2C714A. Grayscale: #A6A6A6. Windows color (decimal): -2912587 or 11898579. OLE color: 11898579.
HSL color Cylindrical-coordinate representation of color #D38EB5: hue angle of 326.09º 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 #D38EB5 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 181 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.17 |
| HSL | 326.09º | 0.44% | 0.69% | - |
| HSV(B) | 326.09º | 0.33% | 0.83% | - |
| XYZ | 44.88 | 36.53 | 48.4 | - |
| YUV | 167.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 181 | 0 | 0.33 | 0.14 | 0.17 | 326.09 | 0.44 | 0.69 |
| Hex | D3 | 8E | B5 | 0 | 21 | E | 11 | 146 | 2C | 45 |
| Octal | 323 | 216 | 265 | 0 | 41 | 16 | 21 | 506 | 54 | 105 |
| Binary | 11010011 | 10001110 | 10110101 | 0 | 100001 | 1110 | 10001 | 101000110 | 101100 | 1000101 |
Color Harmonies of #D38EB5
Complementary color
Monochromatic Colors of #D38EB5
Black with #D38EB5
Text Example
Text Example
White with #D38EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EB5; }
p { color: rgb(211,142,181); }
H1.HeaderClassName
{
color: #D38EB5;
}
.AnyTagClassName
{
color: #D38EB5;
}
</style>
background-color css
<style>
a { background-color: #D38EB5; }
a { background-color: rgb(211,142,181); }
div.DivClassName
{
background-color: #D38EB5;
}
.BgClassName
{
background-color: #D38EB5;
}
</style>
border-color css
<style>
span { border-color: #D38EB5; }
span { border-color: rgb(211,142,181); }
td.TdClassName
{
border-color: #D38EB5;
}
.TagClassName
{
border-color: #D38EB5;
}
</style>