Shades of Lilac #D993C8
Tints of Lilac #D993C8
RGB
CMYK
RGB Variations
Color information
#D993C8 (or 0xD993C8) is known color: Lilac. HEX triplet: D9, 93 and C8. RGB value is (217,147,200). Sum of RGB (Red+Green+Blue) = 217+147+200=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C8 is #266C37. Grayscale: #ADADAD. Windows color (decimal): -2518072 or 13145049. OLE color: 13145049.
HSL color Cylindrical-coordinate representation of color #D993C8: hue angle of 314.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993C8 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 200 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.15 |
| HSL | 314.57º | 0.48% | 0.71% | - |
| HSV(B) | 314.57º | 0.32% | 0.85% | - |
| XYZ | 49.47 | 39.79 | 59.72 | - |
| YUV | 173.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 200 | 0 | 0.32 | 0.08 | 0.15 | 314.57 | 0.48 | 0.71 |
| Hex | D9 | 93 | C8 | 0 | 20 | 8 | F | 13B | 30 | 47 |
| Octal | 331 | 223 | 310 | 0 | 40 | 10 | 17 | 473 | 60 | 107 |
| Binary | 11011001 | 10010011 | 11001000 | 0 | 100000 | 1000 | 1111 | 100111011 | 110000 | 1000111 |
Color Harmonies of #D993C8
Complementary color
Monochromatic Colors of #D993C8
Black with #D993C8
Text Example
Text Example
White with #D993C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993C8; }
p { color: rgb(217,147,200); }
H1.HeaderClassName
{
color: #D993C8;
}
.AnyTagClassName
{
color: #D993C8;
}
</style>
background-color css
<style>
a { background-color: #D993C8; }
a { background-color: rgb(217,147,200); }
div.DivClassName
{
background-color: #D993C8;
}
.BgClassName
{
background-color: #D993C8;
}
</style>
border-color css
<style>
span { border-color: #D993C8; }
span { border-color: rgb(217,147,200); }
td.TdClassName
{
border-color: #D993C8;
}
.TagClassName
{
border-color: #D993C8;
}
</style>