Shades of Lilac #D28ACA
Tints of Lilac #D28ACA
RGB
CMYK
RGB Variations
Color information
#D28ACA (or 0xD28ACA) is known color: Lilac. HEX triplet: D2, 8A and CA. RGB value is (210,138,202). Sum of RGB (Red+Green+Blue) = 210+138+202=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ACA is #2D7535. Grayscale: #A6A6A6. Windows color (decimal): -2979126 or 13273810. OLE color: 13273810.
HSL color Cylindrical-coordinate representation of color #D28ACA: hue angle of 306.67º 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 #D28ACA is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 202 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.18 |
| HSL | 306.67º | 0.44% | 0.68% | - |
| HSV(B) | 306.67º | 0.34% | 0.82% | - |
| XYZ | 46.33 | 36.14 | 60.41 | - |
| YUV | 166.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 202 | 0 | 0.34 | 0.04 | 0.18 | 306.67 | 0.44 | 0.68 |
| Hex | D2 | 8A | CA | 0 | 22 | 4 | 12 | 133 | 2C | 44 |
| Octal | 322 | 212 | 312 | 0 | 42 | 4 | 22 | 463 | 54 | 104 |
| Binary | 11010010 | 10001010 | 11001010 | 0 | 100010 | 100 | 10010 | 100110011 | 101100 | 1000100 |
Color Harmonies of #D28ACA
Complementary color
Monochromatic Colors of #D28ACA
Black with #D28ACA
Text Example
Text Example
White with #D28ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28ACA; }
p { color: rgb(210,138,202); }
H1.HeaderClassName
{
color: #D28ACA;
}
.AnyTagClassName
{
color: #D28ACA;
}
</style>
background-color css
<style>
a { background-color: #D28ACA; }
a { background-color: rgb(210,138,202); }
div.DivClassName
{
background-color: #D28ACA;
}
.BgClassName
{
background-color: #D28ACA;
}
</style>
border-color css
<style>
span { border-color: #D28ACA; }
span { border-color: rgb(210,138,202); }
td.TdClassName
{
border-color: #D28ACA;
}
.TagClassName
{
border-color: #D28ACA;
}
</style>