Shades of Lily #D28FC1
Tints of Lily #D28FC1
RGB
CMYK
RGB Variations
Color information
#D28FC1 (or 0xD28FC1) is known color: Lily. HEX triplet: D2, 8F and C1. RGB value is (210,143,193). Sum of RGB (Red+Green+Blue) = 210+143+193=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FC1 is #2D703E. Grayscale: #A8A8A8. Windows color (decimal): -2977855 or 12685266. OLE color: 12685266.
HSL color Cylindrical-coordinate representation of color #D28FC1: hue angle of 315.22º 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 #D28FC1 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 193 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.18 |
| HSL | 315.22º | 0.43% | 0.69% | - |
| HSV(B) | 315.22º | 0.32% | 0.82% | - |
| XYZ | 46.03 | 37.2 | 55.21 | - |
| YUV | 168.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 193 | 0 | 0.32 | 0.08 | 0.18 | 315.22 | 0.43 | 0.69 |
| Hex | D2 | 8F | C1 | 0 | 20 | 8 | 12 | 13B | 2B | 45 |
| Octal | 322 | 217 | 301 | 0 | 40 | 10 | 22 | 473 | 53 | 105 |
| Binary | 11010010 | 10001111 | 11000001 | 0 | 100000 | 1000 | 10010 | 100111011 | 101011 | 1000101 |
Color Harmonies of #D28FC1
Complementary color
Monochromatic Colors of #D28FC1
Black with #D28FC1
Text Example
Text Example
White with #D28FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FC1; }
p { color: rgb(210,143,193); }
H1.HeaderClassName
{
color: #D28FC1;
}
.AnyTagClassName
{
color: #D28FC1;
}
</style>
background-color css
<style>
a { background-color: #D28FC1; }
a { background-color: rgb(210,143,193); }
div.DivClassName
{
background-color: #D28FC1;
}
.BgClassName
{
background-color: #D28FC1;
}
</style>
border-color css
<style>
span { border-color: #D28FC1; }
span { border-color: rgb(210,143,193); }
td.TdClassName
{
border-color: #D28FC1;
}
.TagClassName
{
border-color: #D28FC1;
}
</style>