Shades of Lily #D08BBD
Tints of Lily #D08BBD
RGB
CMYK
RGB Variations
Color information
#D08BBD (or 0xD08BBD) is known color: Lily. HEX triplet: D0, 8B and BD. RGB value is (208,139,189). Sum of RGB (Red+Green+Blue) = 208+139+189=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BBD is #2F7442. Grayscale: #A5A5A5. Windows color (decimal): -3109955 or 12422096. OLE color: 12422096.
HSL color Cylindrical-coordinate representation of color #D08BBD: hue angle of 316.52º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08BBD is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 189 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.18 |
| HSL | 316.52º | 0.42% | 0.68% | - |
| HSV(B) | 316.52º | 0.33% | 0.82% | - |
| XYZ | 44.43 | 35.55 | 52.66 | - |
| YUV | 165.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 189 | 0 | 0.33 | 0.09 | 0.18 | 316.52 | 0.42 | 0.68 |
| Hex | D0 | 8B | BD | 0 | 21 | 9 | 12 | 13D | 2A | 44 |
| Octal | 320 | 213 | 275 | 0 | 41 | 11 | 22 | 475 | 52 | 104 |
| Binary | 11010000 | 10001011 | 10111101 | 0 | 100001 | 1001 | 10010 | 100111101 | 101010 | 1000100 |
Color Harmonies of #D08BBD
Complementary color
Monochromatic Colors of #D08BBD
Black with #D08BBD
Text Example
Text Example
White with #D08BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BBD; }
p { color: rgb(208,139,189); }
H1.HeaderClassName
{
color: #D08BBD;
}
.AnyTagClassName
{
color: #D08BBD;
}
</style>
background-color css
<style>
a { background-color: #D08BBD; }
a { background-color: rgb(208,139,189); }
div.DivClassName
{
background-color: #D08BBD;
}
.BgClassName
{
background-color: #D08BBD;
}
</style>
border-color css
<style>
span { border-color: #D08BBD; }
span { border-color: rgb(208,139,189); }
td.TdClassName
{
border-color: #D08BBD;
}
.TagClassName
{
border-color: #D08BBD;
}
</style>