Shades of Lilac #D98DCA
Tints of Lilac #D98DCA
RGB
CMYK
RGB Variations
Color information
#D98DCA (or 0xD98DCA) is known color: Lilac. HEX triplet: D9, 8D and CA. RGB value is (217,141,202). Sum of RGB (Red+Green+Blue) = 217+141+202=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCA is #267235. Grayscale: #AAAAAA. Windows color (decimal): -2519606 or 13274585. OLE color: 13274585.
HSL color Cylindrical-coordinate representation of color #D98DCA: hue angle of 311.84º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DCA is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 202 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.15 |
| HSL | 311.84º | 0.5% | 0.7% | - |
| HSV(B) | 311.84º | 0.35% | 0.85% | - |
| XYZ | 48.8 | 38.07 | 60.65 | - |
| YUV | 170.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 202 | 0 | 0.35 | 0.07 | 0.15 | 311.84 | 0.5 | 0.7 |
| Hex | D9 | 8D | CA | 0 | 23 | 7 | F | 138 | 32 | 46 |
| Octal | 331 | 215 | 312 | 0 | 43 | 7 | 17 | 470 | 62 | 106 |
| Binary | 11011001 | 10001101 | 11001010 | 0 | 100011 | 111 | 1111 | 100111000 | 110010 | 1000110 |
Color Harmonies of #D98DCA
Complementary color
Monochromatic Colors of #D98DCA
Black with #D98DCA
Text Example
Text Example
White with #D98DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DCA; }
p { color: rgb(217,141,202); }
H1.HeaderClassName
{
color: #D98DCA;
}
.AnyTagClassName
{
color: #D98DCA;
}
</style>
background-color css
<style>
a { background-color: #D98DCA; }
a { background-color: rgb(217,141,202); }
div.DivClassName
{
background-color: #D98DCA;
}
.BgClassName
{
background-color: #D98DCA;
}
</style>
border-color css
<style>
span { border-color: #D98DCA; }
span { border-color: rgb(217,141,202); }
td.TdClassName
{
border-color: #D98DCA;
}
.TagClassName
{
border-color: #D98DCA;
}
</style>