Shades of Lily #D094C0
Tints of Lily #D094C0
RGB
CMYK
RGB Variations
Color information
#D094C0 (or 0xD094C0) is known color: Lily. HEX triplet: D0, 94 and C0. RGB value is (208,148,192). Sum of RGB (Red+Green+Blue) = 208+148+192=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D094C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094C0 is #2F6B3F. Grayscale: #AAAAAA. Windows color (decimal): -3107648 or 12621008. OLE color: 12621008.
HSL color Cylindrical-coordinate representation of color #D094C0: hue angle of 316º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094C0 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 192 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.18 |
| HSL | 316º | 0.39% | 0.7% | - |
| HSV(B) | 316º | 0.29% | 0.82% | - |
| XYZ | 46.12 | 38.4 | 54.85 | - |
| YUV | 170.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 192 | 0 | 0.29 | 0.08 | 0.18 | 316 | 0.39 | 0.7 |
| Hex | D0 | 94 | C0 | 0 | 1D | 8 | 12 | 13C | 27 | 46 |
| Octal | 320 | 224 | 300 | 0 | 35 | 10 | 22 | 474 | 47 | 106 |
| Binary | 11010000 | 10010100 | 11000000 | 0 | 11101 | 1000 | 10010 | 100111100 | 100111 | 1000110 |
Color Harmonies of #D094C0
Complementary color
Monochromatic Colors of #D094C0
Black with #D094C0
Text Example
Text Example
White with #D094C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D094C0; }
p { color: rgb(208,148,192); }
H1.HeaderClassName
{
color: #D094C0;
}
.AnyTagClassName
{
color: #D094C0;
}
</style>
background-color css
<style>
a { background-color: #D094C0; }
a { background-color: rgb(208,148,192); }
div.DivClassName
{
background-color: #D094C0;
}
.BgClassName
{
background-color: #D094C0;
}
</style>
border-color css
<style>
span { border-color: #D094C0; }
span { border-color: rgb(208,148,192); }
td.TdClassName
{
border-color: #D094C0;
}
.TagClassName
{
border-color: #D094C0;
}
</style>