Shades of Lilac #D98FCA
Tints of Lilac #D98FCA
RGB
CMYK
RGB Variations
Color information
#D98FCA (or 0xD98FCA) is known color: Lilac. HEX triplet: D9, 8F and CA. RGB value is (217,143,202). Sum of RGB (Red+Green+Blue) = 217+143+202=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCA is #267035. Grayscale: #ABABAB. Windows color (decimal): -2519094 or 13275097. OLE color: 13275097.
HSL color Cylindrical-coordinate representation of color #D98FCA: hue angle of 312.16º 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 #D98FCA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 202 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.15 |
| HSL | 312.16º | 0.49% | 0.71% | - |
| HSV(B) | 312.16º | 0.34% | 0.85% | - |
| XYZ | 49.1 | 38.66 | 60.75 | - |
| YUV | 171.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 202 | 0 | 0.34 | 0.07 | 0.15 | 312.16 | 0.49 | 0.71 |
| Hex | D9 | 8F | CA | 0 | 22 | 7 | F | 138 | 31 | 47 |
| Octal | 331 | 217 | 312 | 0 | 42 | 7 | 17 | 470 | 61 | 107 |
| Binary | 11011001 | 10001111 | 11001010 | 0 | 100010 | 111 | 1111 | 100111000 | 110001 | 1000111 |
Color Harmonies of #D98FCA
Complementary color
Monochromatic Colors of #D98FCA
Black with #D98FCA
Text Example
Text Example
White with #D98FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98FCA; }
p { color: rgb(217,143,202); }
H1.HeaderClassName
{
color: #D98FCA;
}
.AnyTagClassName
{
color: #D98FCA;
}
</style>
background-color css
<style>
a { background-color: #D98FCA; }
a { background-color: rgb(217,143,202); }
div.DivClassName
{
background-color: #D98FCA;
}
.BgClassName
{
background-color: #D98FCA;
}
</style>
border-color css
<style>
span { border-color: #D98FCA; }
span { border-color: rgb(217,143,202); }
td.TdClassName
{
border-color: #D98FCA;
}
.TagClassName
{
border-color: #D98FCA;
}
</style>