Shades of Lilac #D395C3
Tints of Lilac #D395C3
RGB
CMYK
RGB Variations
Color information
#D395C3 (or 0xD395C3) is known color: Lilac. HEX triplet: D3, 95 and C3. RGB value is (211,149,195). Sum of RGB (Red+Green+Blue) = 211+149+195=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D395C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395C3 is #2C6A3C. Grayscale: #ACACAC. Windows color (decimal): -2910781 or 12817875. OLE color: 12817875.
HSL color Cylindrical-coordinate representation of color #D395C3: hue angle of 315.48º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D395C3 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 195 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.17 |
| HSL | 315.48º | 0.41% | 0.71% | - |
| HSV(B) | 315.48º | 0.29% | 0.83% | - |
| XYZ | 47.46 | 39.28 | 56.71 | - |
| YUV | 172.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 195 | 0 | 0.29 | 0.08 | 0.17 | 315.48 | 0.41 | 0.71 |
| Hex | D3 | 95 | C3 | 0 | 1D | 8 | 11 | 13B | 29 | 47 |
| Octal | 323 | 225 | 303 | 0 | 35 | 10 | 21 | 473 | 51 | 107 |
| Binary | 11010011 | 10010101 | 11000011 | 0 | 11101 | 1000 | 10001 | 100111011 | 101001 | 1000111 |
Color Harmonies of #D395C3
Complementary color
Monochromatic Colors of #D395C3
Black with #D395C3
Text Example
Text Example
White with #D395C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D395C3; }
p { color: rgb(211,149,195); }
H1.HeaderClassName
{
color: #D395C3;
}
.AnyTagClassName
{
color: #D395C3;
}
</style>
background-color css
<style>
a { background-color: #D395C3; }
a { background-color: rgb(211,149,195); }
div.DivClassName
{
background-color: #D395C3;
}
.BgClassName
{
background-color: #D395C3;
}
</style>
border-color css
<style>
span { border-color: #D395C3; }
span { border-color: rgb(211,149,195); }
td.TdClassName
{
border-color: #D395C3;
}
.TagClassName
{
border-color: #D395C3;
}
</style>