Shades of Lilac #D498CA
Tints of Lilac #D498CA
RGB
CMYK
RGB Variations
Color information
#D498CA (or 0xD498CA) is known color: Lilac. HEX triplet: D4, 98 and CA. RGB value is (212,152,202). Sum of RGB (Red+Green+Blue) = 212+152+202=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D498CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498CA is #2B6735. Grayscale: #AFAFAF. Windows color (decimal): -2844470 or 13277396. OLE color: 13277396.
HSL color Cylindrical-coordinate representation of color #D498CA: hue angle of 310º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498CA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 202 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.17 |
| HSL | 310º | 0.41% | 0.71% | - |
| HSV(B) | 310º | 0.28% | 0.83% | - |
| XYZ | 49.04 | 40.72 | 61.15 | - |
| YUV | 175.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 202 | 0 | 0.28 | 0.05 | 0.17 | 310 | 0.41 | 0.71 |
| Hex | D4 | 98 | CA | 0 | 1C | 5 | 11 | 136 | 29 | 47 |
| Octal | 324 | 230 | 312 | 0 | 34 | 5 | 21 | 466 | 51 | 107 |
| Binary | 11010100 | 10011000 | 11001010 | 0 | 11100 | 101 | 10001 | 100110110 | 101001 | 1000111 |
Color Harmonies of #D498CA
Complementary color
Monochromatic Colors of #D498CA
Black with #D498CA
Text Example
Text Example
White with #D498CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498CA; }
p { color: rgb(212,152,202); }
H1.HeaderClassName
{
color: #D498CA;
}
.AnyTagClassName
{
color: #D498CA;
}
</style>
background-color css
<style>
a { background-color: #D498CA; }
a { background-color: rgb(212,152,202); }
div.DivClassName
{
background-color: #D498CA;
}
.BgClassName
{
background-color: #D498CA;
}
</style>
border-color css
<style>
span { border-color: #D498CA; }
span { border-color: rgb(212,152,202); }
td.TdClassName
{
border-color: #D498CA;
}
.TagClassName
{
border-color: #D498CA;
}
</style>