Shades of Lilac #D098C5
Tints of Lilac #D098C5
RGB
CMYK
RGB Variations
Color information
#D098C5 (or 0xD098C5) is known color: Lilac. HEX triplet: D0, 98 and C5. RGB value is (208,152,197). Sum of RGB (Red+Green+Blue) = 208+152+197=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D098C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098C5 is #2F673A. Grayscale: #ADADAD. Windows color (decimal): -3106619 or 12949712. OLE color: 12949712.
HSL color Cylindrical-coordinate representation of color #D098C5: hue angle of 311.79º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098C5 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 197 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.18 |
| HSL | 311.79º | 0.37% | 0.71% | - |
| HSV(B) | 311.79º | 0.27% | 0.82% | - |
| XYZ | 47.32 | 39.9 | 58.03 | - |
| YUV | 173.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 197 | 0 | 0.27 | 0.05 | 0.18 | 311.79 | 0.37 | 0.71 |
| Hex | D0 | 98 | C5 | 0 | 1B | 5 | 12 | 138 | 25 | 47 |
| Octal | 320 | 230 | 305 | 0 | 33 | 5 | 22 | 470 | 45 | 107 |
| Binary | 11010000 | 10011000 | 11000101 | 0 | 11011 | 101 | 10010 | 100111000 | 100101 | 1000111 |
Color Harmonies of #D098C5
Complementary color
Monochromatic Colors of #D098C5
Black with #D098C5
Text Example
Text Example
White with #D098C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098C5; }
p { color: rgb(208,152,197); }
H1.HeaderClassName
{
color: #D098C5;
}
.AnyTagClassName
{
color: #D098C5;
}
</style>
background-color css
<style>
a { background-color: #D098C5; }
a { background-color: rgb(208,152,197); }
div.DivClassName
{
background-color: #D098C5;
}
.BgClassName
{
background-color: #D098C5;
}
</style>
border-color css
<style>
span { border-color: #D098C5; }
span { border-color: rgb(208,152,197); }
td.TdClassName
{
border-color: #D098C5;
}
.TagClassName
{
border-color: #D098C5;
}
</style>