Shades of Lilac #D293CF
Tints of Lilac #D293CF
RGB
CMYK
RGB Variations
Color information
#D293CF (or 0xD293CF) is known color: Lilac. HEX triplet: D2, 93 and CF. RGB value is (210,147,207). Sum of RGB (Red+Green+Blue) = 210+147+207=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D293CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293CF is #2D6C30. Grayscale: #ACACAC. Windows color (decimal): -2976817 or 13603794. OLE color: 13603794.
HSL color Cylindrical-coordinate representation of color #D293CF: hue angle of 302.86º 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 #D293CF is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 207 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.18 |
| HSL | 302.86º | 0.41% | 0.7% | - |
| HSV(B) | 302.86º | 0.3% | 0.82% | - |
| XYZ | 48.27 | 39.07 | 64.03 | - |
| YUV | 172.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 207 | 0 | 0.30 | 0.01 | 0.18 | 302.86 | 0.41 | 0.7 |
| Hex | D2 | 93 | CF | 0 | 1E | 1 | 12 | 12F | 29 | 46 |
| Octal | 322 | 223 | 317 | 0 | 36 | 1 | 22 | 457 | 51 | 106 |
| Binary | 11010010 | 10010011 | 11001111 | 0 | 11110 | 1 | 10010 | 100101111 | 101001 | 1000110 |
Color Harmonies of #D293CF
Complementary color
Monochromatic Colors of #D293CF
Black with #D293CF
Text Example
Text Example
White with #D293CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293CF; }
p { color: rgb(210,147,207); }
H1.HeaderClassName
{
color: #D293CF;
}
.AnyTagClassName
{
color: #D293CF;
}
</style>
background-color css
<style>
a { background-color: #D293CF; }
a { background-color: rgb(210,147,207); }
div.DivClassName
{
background-color: #D293CF;
}
.BgClassName
{
background-color: #D293CF;
}
</style>
border-color css
<style>
span { border-color: #D293CF; }
span { border-color: rgb(210,147,207); }
td.TdClassName
{
border-color: #D293CF;
}
.TagClassName
{
border-color: #D293CF;
}
</style>