Shades of Lilac #D08AC9
Tints of Lilac #D08AC9
RGB
CMYK
RGB Variations
Color information
#D08AC9 (or 0xD08AC9) is known color: Lilac. HEX triplet: D0, 8A and C9. RGB value is (208,138,201). Sum of RGB (Red+Green+Blue) = 208+138+201=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AC9 is #2F7536. Grayscale: #A5A5A5. Windows color (decimal): -3110199 or 13208272. OLE color: 13208272.
HSL color Cylindrical-coordinate representation of color #D08AC9: hue angle of 306º degrees, saturation: 0.43, 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 #D08AC9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 138 | 201 | - |
CMYK | 0 | 0.34 | 0.03 | 0.18 |
HSL | 306º | 0.43% | 0.68% | - |
HSV(B) | 306º | 0.34% | 0.82% | - |
XYZ | 45.64 | 35.8 | 59.76 | - |
YUV | 166.11 | 147.69 | 157.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 138 | 201 | 0 | 0.34 | 0.03 | 0.18 | 306 | 0.43 | 0.68 |
Hex | D0 | 8A | C9 | 0 | 22 | 3 | 12 | 132 | 2B | 44 |
Octal | 320 | 212 | 311 | 0 | 42 | 3 | 22 | 462 | 53 | 104 |
Binary | 11010000 | 10001010 | 11001001 | 0 | 100010 | 11 | 10010 | 100110010 | 101011 | 1000100 |
Color Harmonies of #D08AC9
Complementary color
Monochromatic Colors of #D08AC9
Black with #D08AC9
Text Example
Text Example
White with #D08AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08AC9; }
p { color: rgb(208,138,201); }
H1.HeaderClassName
{
color: #D08AC9;
}
.AnyTagClassName
{
color: #D08AC9;
}
</style>
background-color css
<style>
a { background-color: #D08AC9; }
a { background-color: rgb(208,138,201); }
div.DivClassName
{
background-color: #D08AC9;
}
.BgClassName
{
background-color: #D08AC9;
}
</style>
border-color css
<style>
span { border-color: #D08AC9; }
span { border-color: rgb(208,138,201); }
td.TdClassName
{
border-color: #D08AC9;
}
.TagClassName
{
border-color: #D08AC9;
}
</style>