Shades of Lily #D080BA
Tints of Lily #D080BA
RGB
CMYK
RGB Variations
Color information
#D080BA (or 0xD080BA) is known color: Lily. HEX triplet: D0, 80 and BA. RGB value is (208,128,186). Sum of RGB (Red+Green+Blue) = 208+128+186=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D080BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080BA is #2F7F45. Grayscale: #9E9E9E. Windows color (decimal): -3112774 or 12222672. OLE color: 12222672.
HSL color Cylindrical-coordinate representation of color #D080BA: hue angle of 316.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D080BA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 186 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.18 |
| HSL | 316.5º | 0.46% | 0.66% | - |
| HSV(B) | 316.5º | 0.38% | 0.82% | - |
| XYZ | 42.59 | 32.39 | 50.46 | - |
| YUV | 158.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 186 | 0 | 0.38 | 0.11 | 0.18 | 316.5 | 0.46 | 0.66 |
| Hex | D0 | 80 | BA | 0 | 26 | B | 12 | 13C | 2E | 42 |
| Octal | 320 | 200 | 272 | 0 | 46 | 13 | 22 | 474 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10111010 | 0 | 100110 | 1011 | 10010 | 100111100 | 101110 | 1000010 |
Color Harmonies of #D080BA
Complementary color
Monochromatic Colors of #D080BA
Black with #D080BA
Text Example
Text Example
White with #D080BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080BA; }
p { color: rgb(208,128,186); }
H1.HeaderClassName
{
color: #D080BA;
}
.AnyTagClassName
{
color: #D080BA;
}
</style>
background-color css
<style>
a { background-color: #D080BA; }
a { background-color: rgb(208,128,186); }
div.DivClassName
{
background-color: #D080BA;
}
.BgClassName
{
background-color: #D080BA;
}
</style>
border-color css
<style>
span { border-color: #D080BA; }
span { border-color: rgb(208,128,186); }
td.TdClassName
{
border-color: #D080BA;
}
.TagClassName
{
border-color: #D080BA;
}
</style>