Shades of Lilac #D28AC1
Tints of Lilac #D28AC1
RGB
CMYK
RGB Variations
Color information
#D28AC1 (or 0xD28AC1) is known color: Lilac. HEX triplet: D2, 8A and C1. RGB value is (210,138,193). Sum of RGB (Red+Green+Blue) = 210+138+193=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AC1 is #2D753E. Grayscale: #A5A5A5. Windows color (decimal): -2979135 or 12683986. OLE color: 12683986.
HSL color Cylindrical-coordinate representation of color #D28AC1: hue angle of 314.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28AC1 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 193 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.18 |
| HSL | 314.17º | 0.44% | 0.68% | - |
| HSV(B) | 314.17º | 0.34% | 0.82% | - |
| XYZ | 45.29 | 35.73 | 54.96 | - |
| YUV | 165.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 193 | 0 | 0.34 | 0.08 | 0.18 | 314.17 | 0.44 | 0.68 |
| Hex | D2 | 8A | C1 | 0 | 22 | 8 | 12 | 13A | 2C | 44 |
| Octal | 322 | 212 | 301 | 0 | 42 | 10 | 22 | 472 | 54 | 104 |
| Binary | 11010010 | 10001010 | 11000001 | 0 | 100010 | 1000 | 10010 | 100111010 | 101100 | 1000100 |
Color Harmonies of #D28AC1
Complementary color
Monochromatic Colors of #D28AC1
Black with #D28AC1
Text Example
Text Example
White with #D28AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28AC1; }
p { color: rgb(210,138,193); }
H1.HeaderClassName
{
color: #D28AC1;
}
.AnyTagClassName
{
color: #D28AC1;
}
</style>
background-color css
<style>
a { background-color: #D28AC1; }
a { background-color: rgb(210,138,193); }
div.DivClassName
{
background-color: #D28AC1;
}
.BgClassName
{
background-color: #D28AC1;
}
</style>
border-color css
<style>
span { border-color: #D28AC1; }
span { border-color: rgb(210,138,193); }
td.TdClassName
{
border-color: #D28AC1;
}
.TagClassName
{
border-color: #D28AC1;
}
</style>