Shades of Lilac #D299D1
Tints of Lilac #D299D1
RGB
CMYK
RGB Variations
Color information
#D299D1 (or 0xD299D1) is known color: Lilac. HEX triplet: D2, 99 and D1. RGB value is (210,153,209). Sum of RGB (Red+Green+Blue) = 210+153+209=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D299D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299D1 is #2D662E. Grayscale: #B0B0B0. Windows color (decimal): -2975279 or 13736402. OLE color: 13736402.
HSL color Cylindrical-coordinate representation of color #D299D1: hue angle of 301.05º degrees, saturation: 0.39, 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 #D299D1 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 209 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.18 |
| HSL | 301.05º | 0.39% | 0.71% | - |
| HSV(B) | 301.05º | 0.27% | 0.82% | - |
| XYZ | 49.48 | 41.09 | 65.64 | - |
| YUV | 176.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 209 | 0 | 0.27 | 0.00 | 0.18 | 301.05 | 0.39 | 0.71 |
| Hex | D2 | 99 | D1 | 0 | 1B | 0 | 12 | 12D | 27 | 47 |
| Octal | 322 | 231 | 321 | 0 | 33 | 0 | 22 | 455 | 47 | 107 |
| Binary | 11010010 | 10011001 | 11010001 | 0 | 11011 | 0 | 10010 | 100101101 | 100111 | 1000111 |
Color Harmonies of #D299D1
Complementary color
Monochromatic Colors of #D299D1
Black with #D299D1
Text Example
Text Example
White with #D299D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299D1; }
p { color: rgb(210,153,209); }
H1.HeaderClassName
{
color: #D299D1;
}
.AnyTagClassName
{
color: #D299D1;
}
</style>
background-color css
<style>
a { background-color: #D299D1; }
a { background-color: rgb(210,153,209); }
div.DivClassName
{
background-color: #D299D1;
}
.BgClassName
{
background-color: #D299D1;
}
</style>
border-color css
<style>
span { border-color: #D299D1; }
span { border-color: rgb(210,153,209); }
td.TdClassName
{
border-color: #D299D1;
}
.TagClassName
{
border-color: #D299D1;
}
</style>