Shades of Lilac #D98DC8
Tints of Lilac #D98DC8
RGB
CMYK
RGB Variations
Color information
#D98DC8 (or 0xD98DC8) is known color: Lilac. HEX triplet: D9, 8D and C8. RGB value is (217,141,200). Sum of RGB (Red+Green+Blue) = 217+141+200=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DC8 is #267237. Grayscale: #AAAAAA. Windows color (decimal): -2519608 or 13143513. OLE color: 13143513.
HSL color Cylindrical-coordinate representation of color #D98DC8: hue angle of 313.42º 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 #D98DC8 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 200 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.15 |
| HSL | 313.42º | 0.5% | 0.7% | - |
| HSV(B) | 313.42º | 0.35% | 0.85% | - |
| XYZ | 48.57 | 37.97 | 59.41 | - |
| YUV | 170.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 200 | 0 | 0.35 | 0.08 | 0.15 | 313.42 | 0.5 | 0.7 |
| Hex | D9 | 8D | C8 | 0 | 23 | 8 | F | 139 | 32 | 46 |
| Octal | 331 | 215 | 310 | 0 | 43 | 10 | 17 | 471 | 62 | 106 |
| Binary | 11011001 | 10001101 | 11001000 | 0 | 100011 | 1000 | 1111 | 100111001 | 110010 | 1000110 |
Color Harmonies of #D98DC8
Complementary color
Monochromatic Colors of #D98DC8
Black with #D98DC8
Text Example
Text Example
White with #D98DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DC8; }
p { color: rgb(217,141,200); }
H1.HeaderClassName
{
color: #D98DC8;
}
.AnyTagClassName
{
color: #D98DC8;
}
</style>
background-color css
<style>
a { background-color: #D98DC8; }
a { background-color: rgb(217,141,200); }
div.DivClassName
{
background-color: #D98DC8;
}
.BgClassName
{
background-color: #D98DC8;
}
</style>
border-color css
<style>
span { border-color: #D98DC8; }
span { border-color: rgb(217,141,200); }
td.TdClassName
{
border-color: #D98DC8;
}
.TagClassName
{
border-color: #D98DC8;
}
</style>