Shades of Lilac #D89CCA
Tints of Lilac #D89CCA
RGB
CMYK
RGB Variations
Color information
#D89CCA (or 0xD89CCA) is known color: Lilac. HEX triplet: D8, 9C and CA. RGB value is (216,156,202). Sum of RGB (Red+Green+Blue) = 216+156+202=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CCA is #276335. Grayscale: #B3B3B3. Windows color (decimal): -2581302 or 13278424. OLE color: 13278424.
HSL color Cylindrical-coordinate representation of color #D89CCA: hue angle of 314º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89CCA is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 202 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 314º | 0.43% | 0.73% | - |
| HSV(B) | 314º | 0.28% | 0.85% | - |
| XYZ | 50.87 | 42.64 | 61.43 | - |
| YUV | 179.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 202 | 0 | 0.28 | 0.06 | 0.15 | 314 | 0.43 | 0.73 |
| Hex | D8 | 9C | CA | 0 | 1C | 6 | F | 13A | 2B | 49 |
| Octal | 330 | 234 | 312 | 0 | 34 | 6 | 17 | 472 | 53 | 111 |
| Binary | 11011000 | 10011100 | 11001010 | 0 | 11100 | 110 | 1111 | 100111010 | 101011 | 1001001 |
Color Harmonies of #D89CCA
Complementary color
Monochromatic Colors of #D89CCA
Black with #D89CCA
Text Example
Text Example
White with #D89CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CCA; }
p { color: rgb(216,156,202); }
H1.HeaderClassName
{
color: #D89CCA;
}
.AnyTagClassName
{
color: #D89CCA;
}
</style>
background-color css
<style>
a { background-color: #D89CCA; }
a { background-color: rgb(216,156,202); }
div.DivClassName
{
background-color: #D89CCA;
}
.BgClassName
{
background-color: #D89CCA;
}
</style>
border-color css
<style>
span { border-color: #D89CCA; }
span { border-color: rgb(216,156,202); }
td.TdClassName
{
border-color: #D89CCA;
}
.TagClassName
{
border-color: #D89CCA;
}
</style>