Shades of Lilac #D898CA
Tints of Lilac #D898CA
RGB
CMYK
RGB Variations
Color information
#D898CA (or 0xD898CA) is known color: Lilac. HEX triplet: D8, 98 and CA. RGB value is (216,152,202). Sum of RGB (Red+Green+Blue) = 216+152+202=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D898CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898CA is #276735. Grayscale: #B0B0B0. Windows color (decimal): -2582326 or 13277400. OLE color: 13277400.
HSL color Cylindrical-coordinate representation of color #D898CA: hue angle of 313.12º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898CA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 202 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 313.13º | 0.45% | 0.72% | - |
| HSV(B) | 313.13º | 0.3% | 0.85% | - |
| XYZ | 50.21 | 41.32 | 61.21 | - |
| YUV | 176.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 202 | 0 | 0.30 | 0.06 | 0.15 | 313.13 | 0.45 | 0.72 |
| Hex | D8 | 98 | CA | 0 | 1E | 6 | F | 139 | 2D | 48 |
| Octal | 330 | 230 | 312 | 0 | 36 | 6 | 17 | 471 | 55 | 110 |
| Binary | 11011000 | 10011000 | 11001010 | 0 | 11110 | 110 | 1111 | 100111001 | 101101 | 1001000 |
Color Harmonies of #D898CA
Complementary color
Monochromatic Colors of #D898CA
Black with #D898CA
Text Example
Text Example
White with #D898CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898CA; }
p { color: rgb(216,152,202); }
H1.HeaderClassName
{
color: #D898CA;
}
.AnyTagClassName
{
color: #D898CA;
}
</style>
background-color css
<style>
a { background-color: #D898CA; }
a { background-color: rgb(216,152,202); }
div.DivClassName
{
background-color: #D898CA;
}
.BgClassName
{
background-color: #D898CA;
}
</style>
border-color css
<style>
span { border-color: #D898CA; }
span { border-color: rgb(216,152,202); }
td.TdClassName
{
border-color: #D898CA;
}
.TagClassName
{
border-color: #D898CA;
}
</style>