Shades of Lily #D084BB
Tints of Lily #D084BB
RGB
CMYK
RGB Variations
Color information
#D084BB (or 0xD084BB) is known color: Lily. HEX triplet: D0, 84 and BB. RGB value is (208,132,187). Sum of RGB (Red+Green+Blue) = 208+132+187=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D084BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084BB is #2F7B44. Grayscale: #A0A0A0. Windows color (decimal): -3111749 or 12289232. OLE color: 12289232.
HSL color Cylindrical-coordinate representation of color #D084BB: hue angle of 316.58º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D084BB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 187 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.18 |
| HSL | 316.58º | 0.45% | 0.67% | - |
| HSV(B) | 316.58º | 0.37% | 0.82% | - |
| XYZ | 43.23 | 33.5 | 51.2 | - |
| YUV | 160.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 187 | 0 | 0.37 | 0.10 | 0.18 | 316.58 | 0.45 | 0.67 |
| Hex | D0 | 84 | BB | 0 | 25 | A | 12 | 13D | 2D | 43 |
| Octal | 320 | 204 | 273 | 0 | 45 | 12 | 22 | 475 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10111011 | 0 | 100101 | 1010 | 10010 | 100111101 | 101101 | 1000011 |
Color Harmonies of #D084BB
Complementary color
Monochromatic Colors of #D084BB
Black with #D084BB
Text Example
Text Example
White with #D084BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084BB; }
p { color: rgb(208,132,187); }
H1.HeaderClassName
{
color: #D084BB;
}
.AnyTagClassName
{
color: #D084BB;
}
</style>
background-color css
<style>
a { background-color: #D084BB; }
a { background-color: rgb(208,132,187); }
div.DivClassName
{
background-color: #D084BB;
}
.BgClassName
{
background-color: #D084BB;
}
</style>
border-color css
<style>
span { border-color: #D084BB; }
span { border-color: rgb(208,132,187); }
td.TdClassName
{
border-color: #D084BB;
}
.TagClassName
{
border-color: #D084BB;
}
</style>