Shades of Lily #D28FBB
Tints of Lily #D28FBB
RGB
CMYK
RGB Variations
Color information
#D28FBB (or 0xD28FBB) is known color: Lily. HEX triplet: D2, 8F and BB. RGB value is (210,143,187). Sum of RGB (Red+Green+Blue) = 210+143+187=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBB is #2D7044. Grayscale: #A7A7A7. Windows color (decimal): -2977861 or 12292050. OLE color: 12292050.
HSL color Cylindrical-coordinate representation of color #D28FBB: hue angle of 320.6º 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 #D28FBB is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 187 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.18 |
| HSL | 320.6º | 0.43% | 0.69% | - |
| HSV(B) | 320.6º | 0.32% | 0.82% | - |
| XYZ | 45.37 | 36.93 | 51.75 | - |
| YUV | 168.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 187 | 0 | 0.32 | 0.11 | 0.18 | 320.6 | 0.43 | 0.69 |
| Hex | D2 | 8F | BB | 0 | 20 | B | 12 | 141 | 2B | 45 |
| Octal | 322 | 217 | 273 | 0 | 40 | 13 | 22 | 501 | 53 | 105 |
| Binary | 11010010 | 10001111 | 10111011 | 0 | 100000 | 1011 | 10010 | 101000001 | 101011 | 1000101 |
Color Harmonies of #D28FBB
Complementary color
Monochromatic Colors of #D28FBB
Black with #D28FBB
Text Example
Text Example
White with #D28FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FBB; }
p { color: rgb(210,143,187); }
H1.HeaderClassName
{
color: #D28FBB;
}
.AnyTagClassName
{
color: #D28FBB;
}
</style>
background-color css
<style>
a { background-color: #D28FBB; }
a { background-color: rgb(210,143,187); }
div.DivClassName
{
background-color: #D28FBB;
}
.BgClassName
{
background-color: #D28FBB;
}
</style>
border-color css
<style>
span { border-color: #D28FBB; }
span { border-color: rgb(210,143,187); }
td.TdClassName
{
border-color: #D28FBB;
}
.TagClassName
{
border-color: #D28FBB;
}
</style>