Shades of Lily #D084BD
Tints of Lily #D084BD
RGB
CMYK
RGB Variations
Color information
#D084BD (or 0xD084BD) is known color: Lily. HEX triplet: D0, 84 and BD. RGB value is (208,132,189). Sum of RGB (Red+Green+Blue) = 208+132+189=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D084BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084BD is #2F7B42. Grayscale: #A1A1A1. Windows color (decimal): -3111747 or 12420304. OLE color: 12420304.
HSL color Cylindrical-coordinate representation of color #D084BD: hue angle of 315º 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 #D084BD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 189 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 315º | 0.45% | 0.67% | - |
| HSV(B) | 315º | 0.37% | 0.82% | - |
| XYZ | 43.45 | 33.59 | 52.34 | - |
| YUV | 161.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 189 | 0 | 0.37 | 0.09 | 0.18 | 315 | 0.45 | 0.67 |
| Hex | D0 | 84 | BD | 0 | 25 | 9 | 12 | 13B | 2D | 43 |
| Octal | 320 | 204 | 275 | 0 | 45 | 11 | 22 | 473 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10111101 | 0 | 100101 | 1001 | 10010 | 100111011 | 101101 | 1000011 |
Color Harmonies of #D084BD
Complementary color
Monochromatic Colors of #D084BD
Black with #D084BD
Text Example
Text Example
White with #D084BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084BD; }
p { color: rgb(208,132,189); }
H1.HeaderClassName
{
color: #D084BD;
}
.AnyTagClassName
{
color: #D084BD;
}
</style>
background-color css
<style>
a { background-color: #D084BD; }
a { background-color: rgb(208,132,189); }
div.DivClassName
{
background-color: #D084BD;
}
.BgClassName
{
background-color: #D084BD;
}
</style>
border-color css
<style>
span { border-color: #D084BD; }
span { border-color: rgb(208,132,189); }
td.TdClassName
{
border-color: #D084BD;
}
.TagClassName
{
border-color: #D084BD;
}
</style>