Shades of Lilac #D295C5
Tints of Lilac #D295C5
RGB
CMYK
RGB Variations
Color information
#D295C5 (or 0xD295C5) is known color: Lilac. HEX triplet: D2, 95 and C5. RGB value is (210,149,197). Sum of RGB (Red+Green+Blue) = 210+149+197=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D295C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295C5 is #2D6A3A. Grayscale: #ACACAC. Windows color (decimal): -2976315 or 12948946. OLE color: 12948946.
HSL color Cylindrical-coordinate representation of color #D295C5: hue angle of 312.79º 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 #D295C5 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 197 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.18 |
| HSL | 312.79º | 0.4% | 0.7% | - |
| HSV(B) | 312.79º | 0.29% | 0.82% | - |
| XYZ | 47.4 | 39.23 | 57.9 | - |
| YUV | 172.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 197 | 0 | 0.29 | 0.06 | 0.18 | 312.79 | 0.4 | 0.7 |
| Hex | D2 | 95 | C5 | 0 | 1D | 6 | 12 | 139 | 28 | 46 |
| Octal | 322 | 225 | 305 | 0 | 35 | 6 | 22 | 471 | 50 | 106 |
| Binary | 11010010 | 10010101 | 11000101 | 0 | 11101 | 110 | 10010 | 100111001 | 101000 | 1000110 |
Color Harmonies of #D295C5
Complementary color
Monochromatic Colors of #D295C5
Black with #D295C5
Text Example
Text Example
White with #D295C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295C5; }
p { color: rgb(210,149,197); }
H1.HeaderClassName
{
color: #D295C5;
}
.AnyTagClassName
{
color: #D295C5;
}
</style>
background-color css
<style>
a { background-color: #D295C5; }
a { background-color: rgb(210,149,197); }
div.DivClassName
{
background-color: #D295C5;
}
.BgClassName
{
background-color: #D295C5;
}
</style>
border-color css
<style>
span { border-color: #D295C5; }
span { border-color: rgb(210,149,197); }
td.TdClassName
{
border-color: #D295C5;
}
.TagClassName
{
border-color: #D295C5;
}
</style>