Shades of Lilac #D291C5
Tints of Lilac #D291C5
RGB
CMYK
RGB Variations
Color information
#D291C5 (or 0xD291C5) is known color: Lilac. HEX triplet: D2, 91 and C5. RGB value is (210,145,197). Sum of RGB (Red+Green+Blue) = 210+145+197=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D291C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291C5 is #2D6E3A. Grayscale: #AAAAAA. Windows color (decimal): -2977339 or 12947922. OLE color: 12947922.
HSL color Cylindrical-coordinate representation of color #D291C5: hue angle of 312º 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 #D291C5 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 197 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.18 |
| HSL | 312º | 0.42% | 0.7% | - |
| HSV(B) | 312º | 0.31% | 0.82% | - |
| XYZ | 46.78 | 37.98 | 57.69 | - |
| YUV | 170.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 197 | 0 | 0.31 | 0.06 | 0.18 | 312 | 0.42 | 0.7 |
| Hex | D2 | 91 | C5 | 0 | 1F | 6 | 12 | 138 | 2A | 46 |
| Octal | 322 | 221 | 305 | 0 | 37 | 6 | 22 | 470 | 52 | 106 |
| Binary | 11010010 | 10010001 | 11000101 | 0 | 11111 | 110 | 10010 | 100111000 | 101010 | 1000110 |
Color Harmonies of #D291C5
Complementary color
Monochromatic Colors of #D291C5
Black with #D291C5
Text Example
Text Example
White with #D291C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D291C5; }
p { color: rgb(210,145,197); }
H1.HeaderClassName
{
color: #D291C5;
}
.AnyTagClassName
{
color: #D291C5;
}
</style>
background-color css
<style>
a { background-color: #D291C5; }
a { background-color: rgb(210,145,197); }
div.DivClassName
{
background-color: #D291C5;
}
.BgClassName
{
background-color: #D291C5;
}
</style>
border-color css
<style>
span { border-color: #D291C5; }
span { border-color: rgb(210,145,197); }
td.TdClassName
{
border-color: #D291C5;
}
.TagClassName
{
border-color: #D291C5;
}
</style>