Shades of Lily #D28AB6
Tints of Lily #D28AB6
RGB
CMYK
RGB Variations
Color information
#D28AB6 (or 0xD28AB6) is known color: Lily. HEX triplet: D2, 8A and B6. RGB value is (210,138,182). Sum of RGB (Red+Green+Blue) = 210+138+182=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB6 is #2D7549. Grayscale: #A4A4A4. Windows color (decimal): -2979146 or 11963090. OLE color: 11963090.
HSL color Cylindrical-coordinate representation of color #D28AB6: hue angle of 323.33º 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 #D28AB6 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 182 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.18 |
| HSL | 323.33º | 0.44% | 0.68% | - |
| HSV(B) | 323.33º | 0.34% | 0.82% | - |
| XYZ | 44.11 | 35.26 | 48.74 | - |
| YUV | 164.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 182 | 0 | 0.34 | 0.13 | 0.18 | 323.33 | 0.44 | 0.68 |
| Hex | D2 | 8A | B6 | 0 | 22 | D | 12 | 143 | 2C | 44 |
| Octal | 322 | 212 | 266 | 0 | 42 | 15 | 22 | 503 | 54 | 104 |
| Binary | 11010010 | 10001010 | 10110110 | 0 | 100010 | 1101 | 10010 | 101000011 | 101100 | 1000100 |
Color Harmonies of #D28AB6
Complementary color
Monochromatic Colors of #D28AB6
Black with #D28AB6
Text Example
Text Example
White with #D28AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AB6; }
p { color: rgb(210,138,182); }
H1.HeaderClassName
{
color: #D28AB6;
}
.AnyTagClassName
{
color: #D28AB6;
}
</style>
background-color css
<style>
a { background-color: #D28AB6; }
a { background-color: rgb(210,138,182); }
div.DivClassName
{
background-color: #D28AB6;
}
.BgClassName
{
background-color: #D28AB6;
}
</style>
border-color css
<style>
span { border-color: #D28AB6; }
span { border-color: rgb(210,138,182); }
td.TdClassName
{
border-color: #D28AB6;
}
.TagClassName
{
border-color: #D28AB6;
}
</style>