Shades of Lilac #D28FC8
Tints of Lilac #D28FC8
RGB
CMYK
RGB Variations
Color information
#D28FC8 (or 0xD28FC8) is known color: Lilac. HEX triplet: D2, 8F and C8. RGB value is (210,143,200). Sum of RGB (Red+Green+Blue) = 210+143+200=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FC8 is #2D7037. Grayscale: #A9A9A9. Windows color (decimal): -2977848 or 13144018. OLE color: 13144018.
HSL color Cylindrical-coordinate representation of color #D28FC8: hue angle of 308.96º 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 #D28FC8 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 200 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.18 |
| HSL | 308.96º | 0.43% | 0.69% | - |
| HSV(B) | 308.96º | 0.32% | 0.82% | - |
| XYZ | 46.83 | 37.52 | 59.42 | - |
| YUV | 169.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 200 | 0 | 0.32 | 0.05 | 0.18 | 308.96 | 0.43 | 0.69 |
| Hex | D2 | 8F | C8 | 0 | 20 | 5 | 12 | 135 | 2B | 45 |
| Octal | 322 | 217 | 310 | 0 | 40 | 5 | 22 | 465 | 53 | 105 |
| Binary | 11010010 | 10001111 | 11001000 | 0 | 100000 | 101 | 10010 | 100110101 | 101011 | 1000101 |
Color Harmonies of #D28FC8
Complementary color
Monochromatic Colors of #D28FC8
Black with #D28FC8
Text Example
Text Example
White with #D28FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FC8; }
p { color: rgb(210,143,200); }
H1.HeaderClassName
{
color: #D28FC8;
}
.AnyTagClassName
{
color: #D28FC8;
}
</style>
background-color css
<style>
a { background-color: #D28FC8; }
a { background-color: rgb(210,143,200); }
div.DivClassName
{
background-color: #D28FC8;
}
.BgClassName
{
background-color: #D28FC8;
}
</style>
border-color css
<style>
span { border-color: #D28FC8; }
span { border-color: rgb(210,143,200); }
td.TdClassName
{
border-color: #D28FC8;
}
.TagClassName
{
border-color: #D28FC8;
}
</style>