Shades of Lilac #D99AC9
Tints of Lilac #D99AC9
RGB
CMYK
RGB Variations
Color information
#D99AC9 (or 0xD99AC9) is known color: Lilac. HEX triplet: D9, 9A and C9. RGB value is (217,154,201). Sum of RGB (Red+Green+Blue) = 217+154+201=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AC9 is #266536. Grayscale: #B2B2B2. Windows color (decimal): -2516279 or 13212377. OLE color: 13212377.
HSL color Cylindrical-coordinate representation of color #D99AC9: hue angle of 315.24º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99AC9 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 201 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.15 |
| HSL | 315.24º | 0.45% | 0.73% | - |
| HSV(B) | 315.24º | 0.29% | 0.85% | - |
| XYZ | 50.71 | 42.08 | 60.71 | - |
| YUV | 178.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 201 | 0 | 0.29 | 0.07 | 0.15 | 315.24 | 0.45 | 0.73 |
| Hex | D9 | 9A | C9 | 0 | 1D | 7 | F | 13B | 2D | 49 |
| Octal | 331 | 232 | 311 | 0 | 35 | 7 | 17 | 473 | 55 | 111 |
| Binary | 11011001 | 10011010 | 11001001 | 0 | 11101 | 111 | 1111 | 100111011 | 101101 | 1001001 |
Color Harmonies of #D99AC9
Complementary color
Monochromatic Colors of #D99AC9
Black with #D99AC9
Text Example
Text Example
White with #D99AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AC9; }
p { color: rgb(217,154,201); }
H1.HeaderClassName
{
color: #D99AC9;
}
.AnyTagClassName
{
color: #D99AC9;
}
</style>
background-color css
<style>
a { background-color: #D99AC9; }
a { background-color: rgb(217,154,201); }
div.DivClassName
{
background-color: #D99AC9;
}
.BgClassName
{
background-color: #D99AC9;
}
</style>
border-color css
<style>
span { border-color: #D99AC9; }
span { border-color: rgb(217,154,201); }
td.TdClassName
{
border-color: #D99AC9;
}
.TagClassName
{
border-color: #D99AC9;
}
</style>