Shades of Lilac #D298D1
Tints of Lilac #D298D1
RGB
CMYK
RGB Variations
Color information
#D298D1 (or 0xD298D1) is known color: Lilac. HEX triplet: D2, 98 and D1. RGB value is (210,152,209). Sum of RGB (Red+Green+Blue) = 210+152+209=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D298D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D1 is #2D672E. Grayscale: #AFAFAF. Windows color (decimal): -2975535 or 13736146. OLE color: 13736146.
HSL color Cylindrical-coordinate representation of color #D298D1: hue angle of 301.03º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298D1 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 209 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.18 |
| HSL | 301.03º | 0.39% | 0.71% | - |
| HSV(B) | 301.03º | 0.28% | 0.82% | - |
| XYZ | 49.32 | 40.76 | 65.59 | - |
| YUV | 175.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 209 | 0 | 0.28 | 0.00 | 0.18 | 301.03 | 0.39 | 0.71 |
| Hex | D2 | 98 | D1 | 0 | 1C | 0 | 12 | 12D | 27 | 47 |
| Octal | 322 | 230 | 321 | 0 | 34 | 0 | 22 | 455 | 47 | 107 |
| Binary | 11010010 | 10011000 | 11010001 | 0 | 11100 | 0 | 10010 | 100101101 | 100111 | 1000111 |
Color Harmonies of #D298D1
Complementary color
Monochromatic Colors of #D298D1
Black with #D298D1
Text Example
Text Example
White with #D298D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298D1; }
p { color: rgb(210,152,209); }
H1.HeaderClassName
{
color: #D298D1;
}
.AnyTagClassName
{
color: #D298D1;
}
</style>
background-color css
<style>
a { background-color: #D298D1; }
a { background-color: rgb(210,152,209); }
div.DivClassName
{
background-color: #D298D1;
}
.BgClassName
{
background-color: #D298D1;
}
</style>
border-color css
<style>
span { border-color: #D298D1; }
span { border-color: rgb(210,152,209); }
td.TdClassName
{
border-color: #D298D1;
}
.TagClassName
{
border-color: #D298D1;
}
</style>