Shades of Lilac #D48AC2
Tints of Lilac #D48AC2
RGB
CMYK
RGB Variations
Color information
#D48AC2 (or 0xD48AC2) is known color: Lilac. HEX triplet: D4, 8A and C2. RGB value is (212,138,194). Sum of RGB (Red+Green+Blue) = 212+138+194=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AC2 is #2B753D. Grayscale: #A6A6A6. Windows color (decimal): -2848062 or 12749524. OLE color: 12749524.
HSL color Cylindrical-coordinate representation of color #D48AC2: hue angle of 314.59º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48AC2 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 194 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.17 |
| HSL | 314.59º | 0.46% | 0.69% | - |
| HSV(B) | 314.59º | 0.35% | 0.83% | - |
| XYZ | 45.98 | 36.07 | 55.58 | - |
| YUV | 166.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 194 | 0 | 0.35 | 0.08 | 0.17 | 314.59 | 0.46 | 0.69 |
| Hex | D4 | 8A | C2 | 0 | 23 | 8 | 11 | 13B | 2E | 45 |
| Octal | 324 | 212 | 302 | 0 | 43 | 10 | 21 | 473 | 56 | 105 |
| Binary | 11010100 | 10001010 | 11000010 | 0 | 100011 | 1000 | 10001 | 100111011 | 101110 | 1000101 |
Color Harmonies of #D48AC2
Complementary color
Monochromatic Colors of #D48AC2
Black with #D48AC2
Text Example
Text Example
White with #D48AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48AC2; }
p { color: rgb(212,138,194); }
H1.HeaderClassName
{
color: #D48AC2;
}
.AnyTagClassName
{
color: #D48AC2;
}
</style>
background-color css
<style>
a { background-color: #D48AC2; }
a { background-color: rgb(212,138,194); }
div.DivClassName
{
background-color: #D48AC2;
}
.BgClassName
{
background-color: #D48AC2;
}
</style>
border-color css
<style>
span { border-color: #D48AC2; }
span { border-color: rgb(212,138,194); }
td.TdClassName
{
border-color: #D48AC2;
}
.TagClassName
{
border-color: #D48AC2;
}
</style>