Shades of Lily #D38CBF
Tints of Lily #D38CBF
RGB
CMYK
RGB Variations
Color information
#D38CBF (or 0xD38CBF) is known color: Lily. HEX triplet: D3, 8C and BF. RGB value is (211,140,191). Sum of RGB (Red+Green+Blue) = 211+140+191=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CBF is #2C7340. Grayscale: #A6A6A6. Windows color (decimal): -2913089 or 12553427. OLE color: 12553427.
HSL color Cylindrical-coordinate representation of color #D38CBF: hue angle of 316.9º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38CBF is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 191 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.17 |
| HSL | 316.9º | 0.45% | 0.69% | - |
| HSV(B) | 316.9º | 0.34% | 0.83% | - |
| XYZ | 45.65 | 36.37 | 53.9 | - |
| YUV | 167.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 191 | 0 | 0.34 | 0.09 | 0.17 | 316.9 | 0.45 | 0.69 |
| Hex | D3 | 8C | BF | 0 | 22 | 9 | 11 | 13D | 2D | 45 |
| Octal | 323 | 214 | 277 | 0 | 42 | 11 | 21 | 475 | 55 | 105 |
| Binary | 11010011 | 10001100 | 10111111 | 0 | 100010 | 1001 | 10001 | 100111101 | 101101 | 1000101 |
Color Harmonies of #D38CBF
Complementary color
Monochromatic Colors of #D38CBF
Black with #D38CBF
Text Example
Text Example
White with #D38CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CBF; }
p { color: rgb(211,140,191); }
H1.HeaderClassName
{
color: #D38CBF;
}
.AnyTagClassName
{
color: #D38CBF;
}
</style>
background-color css
<style>
a { background-color: #D38CBF; }
a { background-color: rgb(211,140,191); }
div.DivClassName
{
background-color: #D38CBF;
}
.BgClassName
{
background-color: #D38CBF;
}
</style>
border-color css
<style>
span { border-color: #D38CBF; }
span { border-color: rgb(211,140,191); }
td.TdClassName
{
border-color: #D38CBF;
}
.TagClassName
{
border-color: #D38CBF;
}
</style>