Shades of Lily #D28FC0
Tints of Lily #D28FC0
RGB
CMYK
RGB Variations
Color information
#D28FC0 (or 0xD28FC0) is known color: Lily. HEX triplet: D2, 8F and C0. RGB value is (210,143,192). Sum of RGB (Red+Green+Blue) = 210+143+192=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FC0 is #2D703F. Grayscale: #A8A8A8. Windows color (decimal): -2977856 or 12619730. OLE color: 12619730.
HSL color Cylindrical-coordinate representation of color #D28FC0: hue angle of 316.12º 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 #D28FC0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 192 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.18 |
| HSL | 316.12º | 0.43% | 0.69% | - |
| HSV(B) | 316.12º | 0.32% | 0.82% | - |
| XYZ | 45.92 | 37.15 | 54.62 | - |
| YUV | 168.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 192 | 0 | 0.32 | 0.09 | 0.18 | 316.12 | 0.43 | 0.69 |
| Hex | D2 | 8F | C0 | 0 | 20 | 9 | 12 | 13C | 2B | 45 |
| Octal | 322 | 217 | 300 | 0 | 40 | 11 | 22 | 474 | 53 | 105 |
| Binary | 11010010 | 10001111 | 11000000 | 0 | 100000 | 1001 | 10010 | 100111100 | 101011 | 1000101 |
Color Harmonies of #D28FC0
Complementary color
Monochromatic Colors of #D28FC0
Black with #D28FC0
Text Example
Text Example
White with #D28FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FC0; }
p { color: rgb(210,143,192); }
H1.HeaderClassName
{
color: #D28FC0;
}
.AnyTagClassName
{
color: #D28FC0;
}
</style>
background-color css
<style>
a { background-color: #D28FC0; }
a { background-color: rgb(210,143,192); }
div.DivClassName
{
background-color: #D28FC0;
}
.BgClassName
{
background-color: #D28FC0;
}
</style>
border-color css
<style>
span { border-color: #D28FC0; }
span { border-color: rgb(210,143,192); }
td.TdClassName
{
border-color: #D28FC0;
}
.TagClassName
{
border-color: #D28FC0;
}
</style>