Shades of Lily #D28FB9
Tints of Lily #D28FB9
RGB
CMYK
RGB Variations
Color information
#D28FB9 (or 0xD28FB9) is known color: Lily. HEX triplet: D2, 8F and B9. RGB value is (210,143,185). Sum of RGB (Red+Green+Blue) = 210+143+185=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FB9 is #2D7046. Grayscale: #A7A7A7. Windows color (decimal): -2977863 or 12160978. OLE color: 12160978.
HSL color Cylindrical-coordinate representation of color #D28FB9: hue angle of 322.39º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28FB9 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 185 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.18 |
| HSL | 322.39º | 0.43% | 0.69% | - |
| HSV(B) | 322.39º | 0.32% | 0.82% | - |
| XYZ | 45.16 | 36.85 | 50.63 | - |
| YUV | 167.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 185 | 0 | 0.32 | 0.12 | 0.18 | 322.39 | 0.43 | 0.69 |
| Hex | D2 | 8F | B9 | 0 | 20 | C | 12 | 142 | 2B | 45 |
| Octal | 322 | 217 | 271 | 0 | 40 | 14 | 22 | 502 | 53 | 105 |
| Binary | 11010010 | 10001111 | 10111001 | 0 | 100000 | 1100 | 10010 | 101000010 | 101011 | 1000101 |
Color Harmonies of #D28FB9
Complementary color
Monochromatic Colors of #D28FB9
Black with #D28FB9
Text Example
Text Example
White with #D28FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FB9; }
p { color: rgb(210,143,185); }
H1.HeaderClassName
{
color: #D28FB9;
}
.AnyTagClassName
{
color: #D28FB9;
}
</style>
background-color css
<style>
a { background-color: #D28FB9; }
a { background-color: rgb(210,143,185); }
div.DivClassName
{
background-color: #D28FB9;
}
.BgClassName
{
background-color: #D28FB9;
}
</style>
border-color css
<style>
span { border-color: #D28FB9; }
span { border-color: rgb(210,143,185); }
td.TdClassName
{
border-color: #D28FB9;
}
.TagClassName
{
border-color: #D28FB9;
}
</style>