Shades of Lily #D084B7
Tints of Lily #D084B7
RGB
CMYK
RGB Variations
Color information
#D084B7 (or 0xD084B7) is known color: Lily. HEX triplet: D0, 84 and B7. RGB value is (208,132,183). Sum of RGB (Red+Green+Blue) = 208+132+183=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D084B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084B7 is #2F7B48. Grayscale: #A0A0A0. Windows color (decimal): -3111753 or 12027088. OLE color: 12027088.
HSL color Cylindrical-coordinate representation of color #D084B7: hue angle of 319.74º 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 #D084B7 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 183 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.18 |
| HSL | 319.74º | 0.45% | 0.67% | - |
| HSV(B) | 319.74º | 0.37% | 0.82% | - |
| XYZ | 42.81 | 33.33 | 48.98 | - |
| YUV | 160.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 183 | 0 | 0.37 | 0.12 | 0.18 | 319.74 | 0.45 | 0.67 |
| Hex | D0 | 84 | B7 | 0 | 25 | C | 12 | 140 | 2D | 43 |
| Octal | 320 | 204 | 267 | 0 | 45 | 14 | 22 | 500 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10110111 | 0 | 100101 | 1100 | 10010 | 101000000 | 101101 | 1000011 |
Color Harmonies of #D084B7
Complementary color
Monochromatic Colors of #D084B7
Black with #D084B7
Text Example
Text Example
White with #D084B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084B7; }
p { color: rgb(208,132,183); }
H1.HeaderClassName
{
color: #D084B7;
}
.AnyTagClassName
{
color: #D084B7;
}
</style>
background-color css
<style>
a { background-color: #D084B7; }
a { background-color: rgb(208,132,183); }
div.DivClassName
{
background-color: #D084B7;
}
.BgClassName
{
background-color: #D084B7;
}
</style>
border-color css
<style>
span { border-color: #D084B7; }
span { border-color: rgb(208,132,183); }
td.TdClassName
{
border-color: #D084B7;
}
.TagClassName
{
border-color: #D084B7;
}
</style>