Shades of Lilac #D293C8
Tints of Lilac #D293C8
RGB
CMYK
RGB Variations
Color information
#D293C8 (or 0xD293C8) is known color: Lilac. HEX triplet: D2, 93 and C8. RGB value is (210,147,200). Sum of RGB (Red+Green+Blue) = 210+147+200=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D293C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293C8 is #2D6C37. Grayscale: #ABABAB. Windows color (decimal): -2976824 or 13145042. OLE color: 13145042.
HSL color Cylindrical-coordinate representation of color #D293C8: hue angle of 309.52º 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 #D293C8 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 200 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.18 |
| HSL | 309.52º | 0.41% | 0.7% | - |
| HSV(B) | 309.52º | 0.3% | 0.82% | - |
| XYZ | 47.44 | 38.74 | 59.62 | - |
| YUV | 171.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 200 | 0 | 0.30 | 0.05 | 0.18 | 309.52 | 0.41 | 0.7 |
| Hex | D2 | 93 | C8 | 0 | 1E | 5 | 12 | 136 | 29 | 46 |
| Octal | 322 | 223 | 310 | 0 | 36 | 5 | 22 | 466 | 51 | 106 |
| Binary | 11010010 | 10010011 | 11001000 | 0 | 11110 | 101 | 10010 | 100110110 | 101001 | 1000110 |
Color Harmonies of #D293C8
Complementary color
Monochromatic Colors of #D293C8
Black with #D293C8
Text Example
Text Example
White with #D293C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293C8; }
p { color: rgb(210,147,200); }
H1.HeaderClassName
{
color: #D293C8;
}
.AnyTagClassName
{
color: #D293C8;
}
</style>
background-color css
<style>
a { background-color: #D293C8; }
a { background-color: rgb(210,147,200); }
div.DivClassName
{
background-color: #D293C8;
}
.BgClassName
{
background-color: #D293C8;
}
</style>
border-color css
<style>
span { border-color: #D293C8; }
span { border-color: rgb(210,147,200); }
td.TdClassName
{
border-color: #D293C8;
}
.TagClassName
{
border-color: #D293C8;
}
</style>