Shades of Lilac #D291C2
Tints of Lilac #D291C2
RGB
CMYK
RGB Variations
Color information
#D291C2 (or 0xD291C2) is known color: Lilac. HEX triplet: D2, 91 and C2. RGB value is (210,145,194). Sum of RGB (Red+Green+Blue) = 210+145+194=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D291C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291C2 is #2D6E3D. Grayscale: #A9A9A9. Windows color (decimal): -2977342 or 12751314. OLE color: 12751314.
HSL color Cylindrical-coordinate representation of color #D291C2: hue angle of 314.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D291C2 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 194 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.18 |
| HSL | 314.77º | 0.42% | 0.7% | - |
| HSV(B) | 314.77º | 0.31% | 0.82% | - |
| XYZ | 46.44 | 37.85 | 55.9 | - |
| YUV | 170.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 194 | 0 | 0.31 | 0.08 | 0.18 | 314.77 | 0.42 | 0.7 |
| Hex | D2 | 91 | C2 | 0 | 1F | 8 | 12 | 13B | 2A | 46 |
| Octal | 322 | 221 | 302 | 0 | 37 | 10 | 22 | 473 | 52 | 106 |
| Binary | 11010010 | 10010001 | 11000010 | 0 | 11111 | 1000 | 10010 | 100111011 | 101010 | 1000110 |
Color Harmonies of #D291C2
Complementary color
Monochromatic Colors of #D291C2
Black with #D291C2
Text Example
Text Example
White with #D291C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291C2; }
p { color: rgb(210,145,194); }
H1.HeaderClassName
{
color: #D291C2;
}
.AnyTagClassName
{
color: #D291C2;
}
</style>
background-color css
<style>
a { background-color: #D291C2; }
a { background-color: rgb(210,145,194); }
div.DivClassName
{
background-color: #D291C2;
}
.BgClassName
{
background-color: #D291C2;
}
</style>
border-color css
<style>
span { border-color: #D291C2; }
span { border-color: rgb(210,145,194); }
td.TdClassName
{
border-color: #D291C2;
}
.TagClassName
{
border-color: #D291C2;
}
</style>