Shades of Lily #D08ABA
Tints of Lily #D08ABA
RGB
CMYK
RGB Variations
Color information
#D08ABA (or 0xD08ABA) is known color: Lily. HEX triplet: D0, 8A and BA. RGB value is (208,138,186). Sum of RGB (Red+Green+Blue) = 208+138+186=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ABA is #2F7545. Grayscale: #A4A4A4. Windows color (decimal): -3110214 or 12225232. OLE color: 12225232.
HSL color Cylindrical-coordinate representation of color #D08ABA: hue angle of 318.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08ABA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 186 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.18 |
| HSL | 318.86º | 0.43% | 0.68% | - |
| HSV(B) | 318.86º | 0.34% | 0.82% | - |
| XYZ | 43.96 | 35.13 | 50.92 | - |
| YUV | 164.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 186 | 0 | 0.34 | 0.11 | 0.18 | 318.86 | 0.43 | 0.68 |
| Hex | D0 | 8A | BA | 0 | 22 | B | 12 | 13F | 2B | 44 |
| Octal | 320 | 212 | 272 | 0 | 42 | 13 | 22 | 477 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10111010 | 0 | 100010 | 1011 | 10010 | 100111111 | 101011 | 1000100 |
Color Harmonies of #D08ABA
Complementary color
Monochromatic Colors of #D08ABA
Black with #D08ABA
Text Example
Text Example
White with #D08ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08ABA; }
p { color: rgb(208,138,186); }
H1.HeaderClassName
{
color: #D08ABA;
}
.AnyTagClassName
{
color: #D08ABA;
}
</style>
background-color css
<style>
a { background-color: #D08ABA; }
a { background-color: rgb(208,138,186); }
div.DivClassName
{
background-color: #D08ABA;
}
.BgClassName
{
background-color: #D08ABA;
}
</style>
border-color css
<style>
span { border-color: #D08ABA; }
span { border-color: rgb(208,138,186); }
td.TdClassName
{
border-color: #D08ABA;
}
.TagClassName
{
border-color: #D08ABA;
}
</style>