Shades of Lilac #D295C6
Tints of Lilac #D295C6
RGB
CMYK
RGB Variations
Color information
#D295C6 (or 0xD295C6) is known color: Lilac. HEX triplet: D2, 95 and C6. RGB value is (210,149,198). Sum of RGB (Red+Green+Blue) = 210+149+198=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D295C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295C6 is #2D6A39. Grayscale: #ACACAC. Windows color (decimal): -2976314 or 13014482. OLE color: 13014482.
HSL color Cylindrical-coordinate representation of color #D295C6: hue angle of 311.8º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295C6 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 198 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.18 |
| HSL | 311.8º | 0.4% | 0.7% | - |
| HSV(B) | 311.8º | 0.29% | 0.82% | - |
| XYZ | 47.52 | 39.27 | 58.5 | - |
| YUV | 172.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 198 | 0 | 0.29 | 0.06 | 0.18 | 311.8 | 0.4 | 0.7 |
| Hex | D2 | 95 | C6 | 0 | 1D | 6 | 12 | 138 | 28 | 46 |
| Octal | 322 | 225 | 306 | 0 | 35 | 6 | 22 | 470 | 50 | 106 |
| Binary | 11010010 | 10010101 | 11000110 | 0 | 11101 | 110 | 10010 | 100111000 | 101000 | 1000110 |
Color Harmonies of #D295C6
Complementary color
Monochromatic Colors of #D295C6
Black with #D295C6
Text Example
Text Example
White with #D295C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295C6; }
p { color: rgb(210,149,198); }
H1.HeaderClassName
{
color: #D295C6;
}
.AnyTagClassName
{
color: #D295C6;
}
</style>
background-color css
<style>
a { background-color: #D295C6; }
a { background-color: rgb(210,149,198); }
div.DivClassName
{
background-color: #D295C6;
}
.BgClassName
{
background-color: #D295C6;
}
</style>
border-color css
<style>
span { border-color: #D295C6; }
span { border-color: rgb(210,149,198); }
td.TdClassName
{
border-color: #D295C6;
}
.TagClassName
{
border-color: #D295C6;
}
</style>