Shades of Lilac #D391C5
Tints of Lilac #D391C5
RGB
CMYK
RGB Variations
Color information
#D391C5 (or 0xD391C5) is known color: Lilac. HEX triplet: D3, 91 and C5. RGB value is (211,145,197). Sum of RGB (Red+Green+Blue) = 211+145+197=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D391C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391C5 is #2C6E3A. Grayscale: #AAAAAA. Windows color (decimal): -2911803 or 12947923. OLE color: 12947923.
HSL color Cylindrical-coordinate representation of color #D391C5: hue angle of 312.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D391C5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 197 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.17 |
| HSL | 312.73º | 0.43% | 0.7% | - |
| HSV(B) | 312.73º | 0.31% | 0.83% | - |
| XYZ | 47.07 | 38.13 | 57.7 | - |
| YUV | 170.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 197 | 0 | 0.31 | 0.07 | 0.17 | 312.73 | 0.43 | 0.7 |
| Hex | D3 | 91 | C5 | 0 | 1F | 7 | 11 | 139 | 2B | 46 |
| Octal | 323 | 221 | 305 | 0 | 37 | 7 | 21 | 471 | 53 | 106 |
| Binary | 11010011 | 10010001 | 11000101 | 0 | 11111 | 111 | 10001 | 100111001 | 101011 | 1000110 |
Color Harmonies of #D391C5
Complementary color
Monochromatic Colors of #D391C5
Black with #D391C5
Text Example
Text Example
White with #D391C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D391C5; }
p { color: rgb(211,145,197); }
H1.HeaderClassName
{
color: #D391C5;
}
.AnyTagClassName
{
color: #D391C5;
}
</style>
background-color css
<style>
a { background-color: #D391C5; }
a { background-color: rgb(211,145,197); }
div.DivClassName
{
background-color: #D391C5;
}
.BgClassName
{
background-color: #D391C5;
}
</style>
border-color css
<style>
span { border-color: #D391C5; }
span { border-color: rgb(211,145,197); }
td.TdClassName
{
border-color: #D391C5;
}
.TagClassName
{
border-color: #D391C5;
}
</style>