Shades of Lilac #D98FC9
Tints of Lilac #D98FC9
RGB
CMYK
RGB Variations
Color information
#D98FC9 (or 0xD98FC9) is known color: Lilac. HEX triplet: D9, 8F and C9. RGB value is (217,143,201). Sum of RGB (Red+Green+Blue) = 217+143+201=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FC9 is #267036. Grayscale: #ABABAB. Windows color (decimal): -2519095 or 13209561. OLE color: 13209561.
HSL color Cylindrical-coordinate representation of color #D98FC9: hue angle of 312.97º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FC9 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 201 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.15 |
| HSL | 312.97º | 0.49% | 0.71% | - |
| HSV(B) | 312.97º | 0.34% | 0.85% | - |
| XYZ | 48.98 | 38.61 | 60.13 | - |
| YUV | 171.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 201 | 0 | 0.34 | 0.07 | 0.15 | 312.97 | 0.49 | 0.71 |
| Hex | D9 | 8F | C9 | 0 | 22 | 7 | F | 139 | 31 | 47 |
| Octal | 331 | 217 | 311 | 0 | 42 | 7 | 17 | 471 | 61 | 107 |
| Binary | 11011001 | 10001111 | 11001001 | 0 | 100010 | 111 | 1111 | 100111001 | 110001 | 1000111 |
Color Harmonies of #D98FC9
Complementary color
Monochromatic Colors of #D98FC9
Black with #D98FC9
Text Example
Text Example
White with #D98FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FC9; }
p { color: rgb(217,143,201); }
H1.HeaderClassName
{
color: #D98FC9;
}
.AnyTagClassName
{
color: #D98FC9;
}
</style>
background-color css
<style>
a { background-color: #D98FC9; }
a { background-color: rgb(217,143,201); }
div.DivClassName
{
background-color: #D98FC9;
}
.BgClassName
{
background-color: #D98FC9;
}
</style>
border-color css
<style>
span { border-color: #D98FC9; }
span { border-color: rgb(217,143,201); }
td.TdClassName
{
border-color: #D98FC9;
}
.TagClassName
{
border-color: #D98FC9;
}
</style>