Shades of Lily #D28ABB
Tints of Lily #D28ABB
RGB
CMYK
RGB Variations
Color information
#D28ABB (or 0xD28ABB) is known color: Lily. HEX triplet: D2, 8A and BB. RGB value is (210,138,187). Sum of RGB (Red+Green+Blue) = 210+138+187=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABB is #2D7544. Grayscale: #A4A4A4. Windows color (decimal): -2979141 or 12290770. OLE color: 12290770.
HSL color Cylindrical-coordinate representation of color #D28ABB: hue angle of 319.17º 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 #D28ABB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 187 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.18 |
| HSL | 319.17º | 0.44% | 0.68% | - |
| HSV(B) | 319.17º | 0.34% | 0.82% | - |
| XYZ | 44.64 | 35.47 | 51.51 | - |
| YUV | 165.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 187 | 0 | 0.34 | 0.11 | 0.18 | 319.17 | 0.44 | 0.68 |
| Hex | D2 | 8A | BB | 0 | 22 | B | 12 | 13F | 2C | 44 |
| Octal | 322 | 212 | 273 | 0 | 42 | 13 | 22 | 477 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10111011 | 0 | 100010 | 1011 | 10010 | 100111111 | 101100 | 1000100 |
Color Harmonies of #D28ABB
Complementary color
Monochromatic Colors of #D28ABB
Black with #D28ABB
Text Example
Text Example
White with #D28ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28ABB; }
p { color: rgb(210,138,187); }
H1.HeaderClassName
{
color: #D28ABB;
}
.AnyTagClassName
{
color: #D28ABB;
}
</style>
background-color css
<style>
a { background-color: #D28ABB; }
a { background-color: rgb(210,138,187); }
div.DivClassName
{
background-color: #D28ABB;
}
.BgClassName
{
background-color: #D28ABB;
}
</style>
border-color css
<style>
span { border-color: #D28ABB; }
span { border-color: rgb(210,138,187); }
td.TdClassName
{
border-color: #D28ABB;
}
.TagClassName
{
border-color: #D28ABB;
}
</style>