Shades of Lily #D095C0
Tints of Lily #D095C0
RGB
CMYK
RGB Variations
Color information
#D095C0 (or 0xD095C0) is known color: Lily. HEX triplet: D0, 95 and C0. RGB value is (208,149,192). Sum of RGB (Red+Green+Blue) = 208+149+192=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D095C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095C0 is #2F6A3F. Grayscale: #ABABAB. Windows color (decimal): -3107392 or 12621264. OLE color: 12621264.
HSL color Cylindrical-coordinate representation of color #D095C0: hue angle of 316.27º degrees, saturation: 0.39, 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 #D095C0 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 192 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.18 |
| HSL | 316.27º | 0.39% | 0.7% | - |
| HSV(B) | 316.27º | 0.28% | 0.82% | - |
| XYZ | 46.27 | 38.71 | 54.9 | - |
| YUV | 171.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 192 | 0 | 0.28 | 0.08 | 0.18 | 316.27 | 0.39 | 0.7 |
| Hex | D0 | 95 | C0 | 0 | 1C | 8 | 12 | 13C | 27 | 46 |
| Octal | 320 | 225 | 300 | 0 | 34 | 10 | 22 | 474 | 47 | 106 |
| Binary | 11010000 | 10010101 | 11000000 | 0 | 11100 | 1000 | 10010 | 100111100 | 100111 | 1000110 |
Color Harmonies of #D095C0
Complementary color
Monochromatic Colors of #D095C0
Black with #D095C0
Text Example
Text Example
White with #D095C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D095C0; }
p { color: rgb(208,149,192); }
H1.HeaderClassName
{
color: #D095C0;
}
.AnyTagClassName
{
color: #D095C0;
}
</style>
background-color css
<style>
a { background-color: #D095C0; }
a { background-color: rgb(208,149,192); }
div.DivClassName
{
background-color: #D095C0;
}
.BgClassName
{
background-color: #D095C0;
}
</style>
border-color css
<style>
span { border-color: #D095C0; }
span { border-color: rgb(208,149,192); }
td.TdClassName
{
border-color: #D095C0;
}
.TagClassName
{
border-color: #D095C0;
}
</style>