Shades of Lilac #D098CA
Tints of Lilac #D098CA
RGB
CMYK
RGB Variations
Color information
#D098CA (or 0xD098CA) is known color: Lilac. HEX triplet: D0, 98 and CA. RGB value is (208,152,202). Sum of RGB (Red+Green+Blue) = 208+152+202=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D098CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098CA is #2F6735. Grayscale: #AEAEAE. Windows color (decimal): -3106614 or 13277392. OLE color: 13277392.
HSL color Cylindrical-coordinate representation of color #D098CA: hue angle of 306.43º 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 #D098CA is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 202 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.18 |
| HSL | 306.43º | 0.37% | 0.71% | - |
| HSV(B) | 306.43º | 0.27% | 0.82% | - |
| XYZ | 47.9 | 40.13 | 61.1 | - |
| YUV | 174.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 202 | 0 | 0.27 | 0.03 | 0.18 | 306.43 | 0.37 | 0.71 |
| Hex | D0 | 98 | CA | 0 | 1B | 3 | 12 | 132 | 25 | 47 |
| Octal | 320 | 230 | 312 | 0 | 33 | 3 | 22 | 462 | 45 | 107 |
| Binary | 11010000 | 10011000 | 11001010 | 0 | 11011 | 11 | 10010 | 100110010 | 100101 | 1000111 |
Color Harmonies of #D098CA
Complementary color
Monochromatic Colors of #D098CA
Black with #D098CA
Text Example
Text Example
White with #D098CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098CA; }
p { color: rgb(208,152,202); }
H1.HeaderClassName
{
color: #D098CA;
}
.AnyTagClassName
{
color: #D098CA;
}
</style>
background-color css
<style>
a { background-color: #D098CA; }
a { background-color: rgb(208,152,202); }
div.DivClassName
{
background-color: #D098CA;
}
.BgClassName
{
background-color: #D098CA;
}
</style>
border-color css
<style>
span { border-color: #D098CA; }
span { border-color: rgb(208,152,202); }
td.TdClassName
{
border-color: #D098CA;
}
.TagClassName
{
border-color: #D098CA;
}
</style>