Shades of Lily #D28FB6
Tints of Lily #D28FB6
RGB
CMYK
RGB Variations
Color information
#D28FB6 (or 0xD28FB6) is known color: Lily. HEX triplet: D2, 8F and B6. RGB value is (210,143,182). Sum of RGB (Red+Green+Blue) = 210+143+182=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FB6 is #2D7049. Grayscale: #A7A7A7. Windows color (decimal): -2977866 or 11964370. OLE color: 11964370.
HSL color Cylindrical-coordinate representation of color #D28FB6: hue angle of 325.07º 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 #D28FB6 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 182 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.18 |
| HSL | 325.07º | 0.43% | 0.69% | - |
| HSV(B) | 325.07º | 0.32% | 0.82% | - |
| XYZ | 44.84 | 36.72 | 48.98 | - |
| YUV | 167.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 182 | 0 | 0.32 | 0.13 | 0.18 | 325.07 | 0.43 | 0.69 |
| Hex | D2 | 8F | B6 | 0 | 20 | D | 12 | 145 | 2B | 45 |
| Octal | 322 | 217 | 266 | 0 | 40 | 15 | 22 | 505 | 53 | 105 |
| Binary | 11010010 | 10001111 | 10110110 | 0 | 100000 | 1101 | 10010 | 101000101 | 101011 | 1000101 |
Color Harmonies of #D28FB6
Complementary color
Monochromatic Colors of #D28FB6
Black with #D28FB6
Text Example
Text Example
White with #D28FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FB6; }
p { color: rgb(210,143,182); }
H1.HeaderClassName
{
color: #D28FB6;
}
.AnyTagClassName
{
color: #D28FB6;
}
</style>
background-color css
<style>
a { background-color: #D28FB6; }
a { background-color: rgb(210,143,182); }
div.DivClassName
{
background-color: #D28FB6;
}
.BgClassName
{
background-color: #D28FB6;
}
</style>
border-color css
<style>
span { border-color: #D28FB6; }
span { border-color: rgb(210,143,182); }
td.TdClassName
{
border-color: #D28FB6;
}
.TagClassName
{
border-color: #D28FB6;
}
</style>