Shades of Lily #D096C0
Tints of Lily #D096C0
RGB
CMYK
RGB Variations
Color information
#D096C0 (or 0xD096C0) is known color: Lily. HEX triplet: D0, 96 and C0. RGB value is (208,150,192). Sum of RGB (Red+Green+Blue) = 208+150+192=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D096C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096C0 is #2F693F. Grayscale: #ACACAC. Windows color (decimal): -3107136 or 12621520. OLE color: 12621520.
HSL color Cylindrical-coordinate representation of color #D096C0: hue angle of 316.55º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096C0 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 192 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.18 |
| HSL | 316.55º | 0.38% | 0.7% | - |
| HSV(B) | 316.55º | 0.28% | 0.82% | - |
| XYZ | 46.43 | 39.03 | 54.96 | - |
| YUV | 172.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 192 | 0 | 0.28 | 0.08 | 0.18 | 316.55 | 0.38 | 0.7 |
| Hex | D0 | 96 | C0 | 0 | 1C | 8 | 12 | 13D | 26 | 46 |
| Octal | 320 | 226 | 300 | 0 | 34 | 10 | 22 | 475 | 46 | 106 |
| Binary | 11010000 | 10010110 | 11000000 | 0 | 11100 | 1000 | 10010 | 100111101 | 100110 | 1000110 |
Color Harmonies of #D096C0
Complementary color
Monochromatic Colors of #D096C0
Black with #D096C0
Text Example
Text Example
White with #D096C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D096C0; }
p { color: rgb(208,150,192); }
H1.HeaderClassName
{
color: #D096C0;
}
.AnyTagClassName
{
color: #D096C0;
}
</style>
background-color css
<style>
a { background-color: #D096C0; }
a { background-color: rgb(208,150,192); }
div.DivClassName
{
background-color: #D096C0;
}
.BgClassName
{
background-color: #D096C0;
}
</style>
border-color css
<style>
span { border-color: #D096C0; }
span { border-color: rgb(208,150,192); }
td.TdClassName
{
border-color: #D096C0;
}
.TagClassName
{
border-color: #D096C0;
}
</style>