Shades of Lily #D28BBE
Tints of Lily #D28BBE
RGB
CMYK
RGB Variations
Color information
#D28BBE (or 0xD28BBE) is known color: Lily. HEX triplet: D2, 8B and BE. RGB value is (210,139,190). Sum of RGB (Red+Green+Blue) = 210+139+190=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BBE is #2D7441. Grayscale: #A5A5A5. Windows color (decimal): -2978882 or 12487634. OLE color: 12487634.
HSL color Cylindrical-coordinate representation of color #D28BBE: hue angle of 316.9º degrees, saturation: 0.44, 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 #D28BBE is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 190 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.18 |
| HSL | 316.9º | 0.44% | 0.68% | - |
| HSV(B) | 316.9º | 0.34% | 0.82% | - |
| XYZ | 45.11 | 35.88 | 53.26 | - |
| YUV | 166.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 190 | 0 | 0.34 | 0.10 | 0.18 | 316.9 | 0.44 | 0.68 |
| Hex | D2 | 8B | BE | 0 | 22 | A | 12 | 13D | 2C | 44 |
| Octal | 322 | 213 | 276 | 0 | 42 | 12 | 22 | 475 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10111110 | 0 | 100010 | 1010 | 10010 | 100111101 | 101100 | 1000100 |
Color Harmonies of #D28BBE
Complementary color
Monochromatic Colors of #D28BBE
Black with #D28BBE
Text Example
Text Example
White with #D28BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BBE; }
p { color: rgb(210,139,190); }
H1.HeaderClassName
{
color: #D28BBE;
}
.AnyTagClassName
{
color: #D28BBE;
}
</style>
background-color css
<style>
a { background-color: #D28BBE; }
a { background-color: rgb(210,139,190); }
div.DivClassName
{
background-color: #D28BBE;
}
.BgClassName
{
background-color: #D28BBE;
}
</style>
border-color css
<style>
span { border-color: #D28BBE; }
span { border-color: rgb(210,139,190); }
td.TdClassName
{
border-color: #D28BBE;
}
.TagClassName
{
border-color: #D28BBE;
}
</style>