Shades of Lily #D38CBC
Tints of Lily #D38CBC
RGB
CMYK
RGB Variations
Color information
#D38CBC (or 0xD38CBC) is known color: Lily. HEX triplet: D3, 8C and BC. RGB value is (211,140,188). Sum of RGB (Red+Green+Blue) = 211+140+188=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CBC is #2C7343. Grayscale: #A6A6A6. Windows color (decimal): -2913092 or 12356819. OLE color: 12356819.
HSL color Cylindrical-coordinate representation of color #D38CBC: hue angle of 319.44º 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 #D38CBC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 188 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.17 |
| HSL | 319.44º | 0.45% | 0.69% | - |
| HSV(B) | 319.44º | 0.34% | 0.83% | - |
| XYZ | 45.32 | 36.24 | 52.18 | - |
| YUV | 166.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 188 | 0 | 0.34 | 0.11 | 0.17 | 319.44 | 0.45 | 0.69 |
| Hex | D3 | 8C | BC | 0 | 22 | B | 11 | 13F | 2D | 45 |
| Octal | 323 | 214 | 274 | 0 | 42 | 13 | 21 | 477 | 55 | 105 |
| Binary | 11010011 | 10001100 | 10111100 | 0 | 100010 | 1011 | 10001 | 100111111 | 101101 | 1000101 |
Color Harmonies of #D38CBC
Complementary color
Monochromatic Colors of #D38CBC
Black with #D38CBC
Text Example
Text Example
White with #D38CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CBC; }
p { color: rgb(211,140,188); }
H1.HeaderClassName
{
color: #D38CBC;
}
.AnyTagClassName
{
color: #D38CBC;
}
</style>
background-color css
<style>
a { background-color: #D38CBC; }
a { background-color: rgb(211,140,188); }
div.DivClassName
{
background-color: #D38CBC;
}
.BgClassName
{
background-color: #D38CBC;
}
</style>
border-color css
<style>
span { border-color: #D38CBC; }
span { border-color: rgb(211,140,188); }
td.TdClassName
{
border-color: #D38CBC;
}
.TagClassName
{
border-color: #D38CBC;
}
</style>