Shades of Lilac #D28FC6
Tints of Lilac #D28FC6
RGB
CMYK
RGB Variations
Color information
#D28FC6 (or 0xD28FC6) is known color: Lilac. HEX triplet: D2, 8F and C6. RGB value is (210,143,198). Sum of RGB (Red+Green+Blue) = 210+143+198=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FC6 is #2D7039. Grayscale: #A9A9A9. Windows color (decimal): -2977850 or 13012946. OLE color: 13012946.
HSL color Cylindrical-coordinate representation of color #D28FC6: hue angle of 310.75º 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 #D28FC6 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 198 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.18 |
| HSL | 310.75º | 0.43% | 0.69% | - |
| HSV(B) | 310.75º | 0.32% | 0.82% | - |
| XYZ | 46.59 | 37.42 | 58.19 | - |
| YUV | 169.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 198 | 0 | 0.32 | 0.06 | 0.18 | 310.75 | 0.43 | 0.69 |
| Hex | D2 | 8F | C6 | 0 | 20 | 6 | 12 | 137 | 2B | 45 |
| Octal | 322 | 217 | 306 | 0 | 40 | 6 | 22 | 467 | 53 | 105 |
| Binary | 11010010 | 10001111 | 11000110 | 0 | 100000 | 110 | 10010 | 100110111 | 101011 | 1000101 |
Color Harmonies of #D28FC6
Complementary color
Monochromatic Colors of #D28FC6
Black with #D28FC6
Text Example
Text Example
White with #D28FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FC6; }
p { color: rgb(210,143,198); }
H1.HeaderClassName
{
color: #D28FC6;
}
.AnyTagClassName
{
color: #D28FC6;
}
</style>
background-color css
<style>
a { background-color: #D28FC6; }
a { background-color: rgb(210,143,198); }
div.DivClassName
{
background-color: #D28FC6;
}
.BgClassName
{
background-color: #D28FC6;
}
</style>
border-color css
<style>
span { border-color: #D28FC6; }
span { border-color: rgb(210,143,198); }
td.TdClassName
{
border-color: #D28FC6;
}
.TagClassName
{
border-color: #D28FC6;
}
</style>