Shades of Lilac #D395C6
Tints of Lilac #D395C6
RGB
CMYK
RGB Variations
Color information
#D395C6 (or 0xD395C6) is known color: Lilac. HEX triplet: D3, 95 and C6. RGB value is (211,149,198). Sum of RGB (Red+Green+Blue) = 211+149+198=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D395C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395C6 is #2C6A39. Grayscale: #ACACAC. Windows color (decimal): -2910778 or 13014483. OLE color: 13014483.
HSL color Cylindrical-coordinate representation of color #D395C6: hue angle of 312.58º 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 #D395C6 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 198 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.17 |
| HSL | 312.58º | 0.41% | 0.71% | - |
| HSV(B) | 312.58º | 0.29% | 0.83% | - |
| XYZ | 47.8 | 39.42 | 58.52 | - |
| YUV | 173.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 198 | 0 | 0.29 | 0.06 | 0.17 | 312.58 | 0.41 | 0.71 |
| Hex | D3 | 95 | C6 | 0 | 1D | 6 | 11 | 139 | 29 | 47 |
| Octal | 323 | 225 | 306 | 0 | 35 | 6 | 21 | 471 | 51 | 107 |
| Binary | 11010011 | 10010101 | 11000110 | 0 | 11101 | 110 | 10001 | 100111001 | 101001 | 1000111 |
Color Harmonies of #D395C6
Complementary color
Monochromatic Colors of #D395C6
Black with #D395C6
Text Example
Text Example
White with #D395C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D395C6; }
p { color: rgb(211,149,198); }
H1.HeaderClassName
{
color: #D395C6;
}
.AnyTagClassName
{
color: #D395C6;
}
</style>
background-color css
<style>
a { background-color: #D395C6; }
a { background-color: rgb(211,149,198); }
div.DivClassName
{
background-color: #D395C6;
}
.BgClassName
{
background-color: #D395C6;
}
</style>
border-color css
<style>
span { border-color: #D395C6; }
span { border-color: rgb(211,149,198); }
td.TdClassName
{
border-color: #D395C6;
}
.TagClassName
{
border-color: #D395C6;
}
</style>