Shades of Lilac #D293C6
Tints of Lilac #D293C6
RGB
CMYK
RGB Variations
Color information
#D293C6 (or 0xD293C6) is known color: Lilac. HEX triplet: D2, 93 and C6. RGB value is (210,147,198). Sum of RGB (Red+Green+Blue) = 210+147+198=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D293C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293C6 is #2D6C39. Grayscale: #ABABAB. Windows color (decimal): -2976826 or 13013970. OLE color: 13013970.
HSL color Cylindrical-coordinate representation of color #D293C6: hue angle of 311.43º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D293C6 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 198 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.18 |
| HSL | 311.43º | 0.41% | 0.7% | - |
| HSV(B) | 311.43º | 0.3% | 0.82% | - |
| XYZ | 47.21 | 38.65 | 58.4 | - |
| YUV | 171.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 198 | 0 | 0.30 | 0.06 | 0.18 | 311.43 | 0.41 | 0.7 |
| Hex | D2 | 93 | C6 | 0 | 1E | 6 | 12 | 137 | 29 | 46 |
| Octal | 322 | 223 | 306 | 0 | 36 | 6 | 22 | 467 | 51 | 106 |
| Binary | 11010010 | 10010011 | 11000110 | 0 | 11110 | 110 | 10010 | 100110111 | 101001 | 1000110 |
Color Harmonies of #D293C6
Complementary color
Monochromatic Colors of #D293C6
Black with #D293C6
Text Example
Text Example
White with #D293C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293C6; }
p { color: rgb(210,147,198); }
H1.HeaderClassName
{
color: #D293C6;
}
.AnyTagClassName
{
color: #D293C6;
}
</style>
background-color css
<style>
a { background-color: #D293C6; }
a { background-color: rgb(210,147,198); }
div.DivClassName
{
background-color: #D293C6;
}
.BgClassName
{
background-color: #D293C6;
}
</style>
border-color css
<style>
span { border-color: #D293C6; }
span { border-color: rgb(210,147,198); }
td.TdClassName
{
border-color: #D293C6;
}
.TagClassName
{
border-color: #D293C6;
}
</style>