Shades of Lilac #D28DCA
Tints of Lilac #D28DCA
RGB
CMYK
RGB Variations
Color information
#D28DCA (or 0xD28DCA) is known color: Lilac. HEX triplet: D2, 8D and CA. RGB value is (210,141,202). Sum of RGB (Red+Green+Blue) = 210+141+202=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DCA is #2D7235. Grayscale: #A8A8A8. Windows color (decimal): -2978358 or 13274578. OLE color: 13274578.
HSL color Cylindrical-coordinate representation of color #D28DCA: hue angle of 306.96º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DCA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 202 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.18 |
| HSL | 306.96º | 0.43% | 0.69% | - |
| HSV(B) | 306.96º | 0.33% | 0.82% | - |
| XYZ | 46.76 | 37.02 | 60.56 | - |
| YUV | 168.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 202 | 0 | 0.33 | 0.04 | 0.18 | 306.96 | 0.43 | 0.69 |
| Hex | D2 | 8D | CA | 0 | 21 | 4 | 12 | 133 | 2B | 45 |
| Octal | 322 | 215 | 312 | 0 | 41 | 4 | 22 | 463 | 53 | 105 |
| Binary | 11010010 | 10001101 | 11001010 | 0 | 100001 | 100 | 10010 | 100110011 | 101011 | 1000101 |
Color Harmonies of #D28DCA
Complementary color
Monochromatic Colors of #D28DCA
Black with #D28DCA
Text Example
Text Example
White with #D28DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DCA; }
p { color: rgb(210,141,202); }
H1.HeaderClassName
{
color: #D28DCA;
}
.AnyTagClassName
{
color: #D28DCA;
}
</style>
background-color css
<style>
a { background-color: #D28DCA; }
a { background-color: rgb(210,141,202); }
div.DivClassName
{
background-color: #D28DCA;
}
.BgClassName
{
background-color: #D28DCA;
}
</style>
border-color css
<style>
span { border-color: #D28DCA; }
span { border-color: rgb(210,141,202); }
td.TdClassName
{
border-color: #D28DCA;
}
.TagClassName
{
border-color: #D28DCA;
}
</style>