Shades of Lily #D28AB8
Tints of Lily #D28AB8
RGB
CMYK
RGB Variations
Color information
#D28AB8 (or 0xD28AB8) is known color: Lily. HEX triplet: D2, 8A and B8. RGB value is (210,138,184). Sum of RGB (Red+Green+Blue) = 210+138+184=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB8 is #2D7547. Grayscale: #A4A4A4. Windows color (decimal): -2979144 or 12094162. OLE color: 12094162.
HSL color Cylindrical-coordinate representation of color #D28AB8: hue angle of 321.67º 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 #D28AB8 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 184 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.18 |
| HSL | 321.67º | 0.44% | 0.68% | - |
| HSV(B) | 321.67º | 0.34% | 0.82% | - |
| XYZ | 44.32 | 35.34 | 49.83 | - |
| YUV | 164.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 184 | 0 | 0.34 | 0.12 | 0.18 | 321.67 | 0.44 | 0.68 |
| Hex | D2 | 8A | B8 | 0 | 22 | C | 12 | 142 | 2C | 44 |
| Octal | 322 | 212 | 270 | 0 | 42 | 14 | 22 | 502 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10111000 | 0 | 100010 | 1100 | 10010 | 101000010 | 101100 | 1000100 |
Color Harmonies of #D28AB8
Complementary color
Monochromatic Colors of #D28AB8
Black with #D28AB8
Text Example
Text Example
White with #D28AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AB8; }
p { color: rgb(210,138,184); }
H1.HeaderClassName
{
color: #D28AB8;
}
.AnyTagClassName
{
color: #D28AB8;
}
</style>
background-color css
<style>
a { background-color: #D28AB8; }
a { background-color: rgb(210,138,184); }
div.DivClassName
{
background-color: #D28AB8;
}
.BgClassName
{
background-color: #D28AB8;
}
</style>
border-color css
<style>
span { border-color: #D28AB8; }
span { border-color: rgb(210,138,184); }
td.TdClassName
{
border-color: #D28AB8;
}
.TagClassName
{
border-color: #D28AB8;
}
</style>