Shades of Lily #D080B8
Tints of Lily #D080B8
RGB
CMYK
RGB Variations
Color information
#D080B8 (or 0xD080B8) is known color: Lily. HEX triplet: D0, 80 and B8. RGB value is (208,128,184). Sum of RGB (Red+Green+Blue) = 208+128+184=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D080B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080B8 is #2F7F47. Grayscale: #9E9E9E. Windows color (decimal): -3112776 or 12091600. OLE color: 12091600.
HSL color Cylindrical-coordinate representation of color #D080B8: hue angle of 318º 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 #D080B8 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 184 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.18 |
| HSL | 318º | 0.46% | 0.66% | - |
| HSV(B) | 318º | 0.38% | 0.82% | - |
| XYZ | 42.38 | 32.31 | 49.35 | - |
| YUV | 158.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 184 | 0 | 0.38 | 0.12 | 0.18 | 318 | 0.46 | 0.66 |
| Hex | D0 | 80 | B8 | 0 | 26 | C | 12 | 13E | 2E | 42 |
| Octal | 320 | 200 | 270 | 0 | 46 | 14 | 22 | 476 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10111000 | 0 | 100110 | 1100 | 10010 | 100111110 | 101110 | 1000010 |
Color Harmonies of #D080B8
Complementary color
Monochromatic Colors of #D080B8
Black with #D080B8
Text Example
Text Example
White with #D080B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080B8; }
p { color: rgb(208,128,184); }
H1.HeaderClassName
{
color: #D080B8;
}
.AnyTagClassName
{
color: #D080B8;
}
</style>
background-color css
<style>
a { background-color: #D080B8; }
a { background-color: rgb(208,128,184); }
div.DivClassName
{
background-color: #D080B8;
}
.BgClassName
{
background-color: #D080B8;
}
</style>
border-color css
<style>
span { border-color: #D080B8; }
span { border-color: rgb(208,128,184); }
td.TdClassName
{
border-color: #D080B8;
}
.TagClassName
{
border-color: #D080B8;
}
</style>