Shades of Lily #D48DC0
Tints of Lily #D48DC0
RGB
CMYK
RGB Variations
Color information
#D48DC0 (or 0xD48DC0) is known color: Lily. HEX triplet: D4, 8D and C0. RGB value is (212,141,192). Sum of RGB (Red+Green+Blue) = 212+141+192=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC0 is #2B723F. Grayscale: #A7A7A7. Windows color (decimal): -2847296 or 12619220. OLE color: 12619220.
HSL color Cylindrical-coordinate representation of color #D48DC0: 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.33%. Process color model (Four color, CMYK) of #D48DC0 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 192 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.17 |
| HSL | 316.9º | 0.45% | 0.69% | - |
| HSV(B) | 316.9º | 0.33% | 0.83% | - |
| XYZ | 46.19 | 36.85 | 54.55 | - |
| YUV | 168.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 192 | 0 | 0.33 | 0.09 | 0.17 | 316.9 | 0.45 | 0.69 |
| Hex | D4 | 8D | C0 | 0 | 21 | 9 | 11 | 13D | 2D | 45 |
| Octal | 324 | 215 | 300 | 0 | 41 | 11 | 21 | 475 | 55 | 105 |
| Binary | 11010100 | 10001101 | 11000000 | 0 | 100001 | 1001 | 10001 | 100111101 | 101101 | 1000101 |
Color Harmonies of #D48DC0
Complementary color
Monochromatic Colors of #D48DC0
Black with #D48DC0
Text Example
Text Example
White with #D48DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48DC0; }
p { color: rgb(212,141,192); }
H1.HeaderClassName
{
color: #D48DC0;
}
.AnyTagClassName
{
color: #D48DC0;
}
</style>
background-color css
<style>
a { background-color: #D48DC0; }
a { background-color: rgb(212,141,192); }
div.DivClassName
{
background-color: #D48DC0;
}
.BgClassName
{
background-color: #D48DC0;
}
</style>
border-color css
<style>
span { border-color: #D48DC0; }
span { border-color: rgb(212,141,192); }
td.TdClassName
{
border-color: #D48DC0;
}
.TagClassName
{
border-color: #D48DC0;
}
</style>