Shades of Lilac #D098CF
Tints of Lilac #D098CF
RGB
CMYK
RGB Variations
Color information
#D098CF (or 0xD098CF) is known color: Lilac. HEX triplet: D0, 98 and CF. RGB value is (208,152,207). Sum of RGB (Red+Green+Blue) = 208+152+207=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D098CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098CF is #2F6730. Grayscale: #AEAEAE. Windows color (decimal): -3106609 or 13605072. OLE color: 13605072.
HSL color Cylindrical-coordinate representation of color #D098CF: hue angle of 301.07º 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 #D098CF is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 207 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.18 |
| HSL | 301.07º | 0.37% | 0.71% | - |
| HSV(B) | 301.07º | 0.27% | 0.82% | - |
| XYZ | 48.5 | 40.37 | 64.27 | - |
| YUV | 175.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 207 | 0 | 0.27 | 0.00 | 0.18 | 301.07 | 0.37 | 0.71 |
| Hex | D0 | 98 | CF | 0 | 1B | 0 | 12 | 12D | 25 | 47 |
| Octal | 320 | 230 | 317 | 0 | 33 | 0 | 22 | 455 | 45 | 107 |
| Binary | 11010000 | 10011000 | 11001111 | 0 | 11011 | 0 | 10010 | 100101101 | 100101 | 1000111 |
Color Harmonies of #D098CF
Complementary color
Monochromatic Colors of #D098CF
Black with #D098CF
Text Example
Text Example
White with #D098CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098CF; }
p { color: rgb(208,152,207); }
H1.HeaderClassName
{
color: #D098CF;
}
.AnyTagClassName
{
color: #D098CF;
}
</style>
background-color css
<style>
a { background-color: #D098CF; }
a { background-color: rgb(208,152,207); }
div.DivClassName
{
background-color: #D098CF;
}
.BgClassName
{
background-color: #D098CF;
}
</style>
border-color css
<style>
span { border-color: #D098CF; }
span { border-color: rgb(208,152,207); }
td.TdClassName
{
border-color: #D098CF;
}
.TagClassName
{
border-color: #D098CF;
}
</style>