Shades of Lilac #D28CCA
Tints of Lilac #D28CCA
RGB
CMYK
RGB Variations
Color information
#D28CCA (or 0xD28CCA) is known color: Lilac. HEX triplet: D2, 8C and CA. RGB value is (210,140,202). Sum of RGB (Red+Green+Blue) = 210+140+202=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CCA is #2D7335. Grayscale: #A7A7A7. Windows color (decimal): -2978614 or 13274322. OLE color: 13274322.
HSL color Cylindrical-coordinate representation of color #D28CCA: hue angle of 306.86º degrees, saturation: 0.44, 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 #D28CCA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 202 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.18 |
| HSL | 306.86º | 0.44% | 0.69% | - |
| HSV(B) | 306.86º | 0.33% | 0.82% | - |
| XYZ | 46.62 | 36.72 | 60.51 | - |
| YUV | 168 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 202 | 0 | 0.33 | 0.04 | 0.18 | 306.86 | 0.44 | 0.69 |
| Hex | D2 | 8C | CA | 0 | 21 | 4 | 12 | 133 | 2C | 45 |
| Octal | 322 | 214 | 312 | 0 | 41 | 4 | 22 | 463 | 54 | 105 |
| Binary | 11010010 | 10001100 | 11001010 | 0 | 100001 | 100 | 10010 | 100110011 | 101100 | 1000101 |
Color Harmonies of #D28CCA
Complementary color
Monochromatic Colors of #D28CCA
Black with #D28CCA
Text Example
Text Example
White with #D28CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CCA; }
p { color: rgb(210,140,202); }
H1.HeaderClassName
{
color: #D28CCA;
}
.AnyTagClassName
{
color: #D28CCA;
}
</style>
background-color css
<style>
a { background-color: #D28CCA; }
a { background-color: rgb(210,140,202); }
div.DivClassName
{
background-color: #D28CCA;
}
.BgClassName
{
background-color: #D28CCA;
}
</style>
border-color css
<style>
span { border-color: #D28CCA; }
span { border-color: rgb(210,140,202); }
td.TdClassName
{
border-color: #D28CCA;
}
.TagClassName
{
border-color: #D28CCA;
}
</style>