Shades of Lily #D28AB2
Tints of Lily #D28AB2
RGB
CMYK
RGB Variations
Color information
#D28AB2 (or 0xD28AB2) is known color: Lily. HEX triplet: D2, 8A and B2. RGB value is (210,138,178). Sum of RGB (Red+Green+Blue) = 210+138+178=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28AB2 is #2D754D. Grayscale: #A4A4A4. Windows color (decimal): -2979150 or 11700946. OLE color: 11700946.
HSL color Cylindrical-coordinate representation of color #D28AB2: hue angle of 326.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 #D28AB2 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 178 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.18 |
| HSL | 326.67º | 0.44% | 0.68% | - |
| HSV(B) | 326.67º | 0.34% | 0.82% | - |
| XYZ | 43.7 | 35.09 | 46.59 | - |
| YUV | 164.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 178 | 0 | 0.34 | 0.15 | 0.18 | 326.67 | 0.44 | 0.68 |
| Hex | D2 | 8A | B2 | 0 | 22 | F | 12 | 147 | 2C | 44 |
| Octal | 322 | 212 | 262 | 0 | 42 | 17 | 22 | 507 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10110010 | 0 | 100010 | 1111 | 10010 | 101000111 | 101100 | 1000100 |
Color Harmonies of #D28AB2
Complementary color
Monochromatic Colors of #D28AB2
Black with #D28AB2
Text Example
Text Example
White with #D28AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AB2; }
p { color: rgb(210,138,178); }
H1.HeaderClassName
{
color: #D28AB2;
}
.AnyTagClassName
{
color: #D28AB2;
}
</style>
background-color css
<style>
a { background-color: #D28AB2; }
a { background-color: rgb(210,138,178); }
div.DivClassName
{
background-color: #D28AB2;
}
.BgClassName
{
background-color: #D28AB2;
}
</style>
border-color css
<style>
span { border-color: #D28AB2; }
span { border-color: rgb(210,138,178); }
td.TdClassName
{
border-color: #D28AB2;
}
.TagClassName
{
border-color: #D28AB2;
}
</style>