Shades of Lilac #D399CE
Tints of Lilac #D399CE
RGB
CMYK
RGB Variations
Color information
#D399CE (or 0xD399CE) is known color: Lilac. HEX triplet: D3, 99 and CE. RGB value is (211,153,206). Sum of RGB (Red+Green+Blue) = 211+153+206=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D399CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399CE is #2C6631. Grayscale: #B0B0B0. Windows color (decimal): -2909746 or 13539795. OLE color: 13539795.
HSL color Cylindrical-coordinate representation of color #D399CE: hue angle of 305.17º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399CE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 206 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.17 |
| HSL | 305.17º | 0.4% | 0.71% | - |
| HSV(B) | 305.17º | 0.27% | 0.83% | - |
| XYZ | 49.4 | 41.09 | 63.72 | - |
| YUV | 176.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 206 | 0 | 0.27 | 0.02 | 0.17 | 305.17 | 0.4 | 0.71 |
| Hex | D3 | 99 | CE | 0 | 1B | 2 | 11 | 131 | 28 | 47 |
| Octal | 323 | 231 | 316 | 0 | 33 | 2 | 21 | 461 | 50 | 107 |
| Binary | 11010011 | 10011001 | 11001110 | 0 | 11011 | 10 | 10001 | 100110001 | 101000 | 1000111 |
Color Harmonies of #D399CE
Complementary color
Monochromatic Colors of #D399CE
Black with #D399CE
Text Example
Text Example
White with #D399CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399CE; }
p { color: rgb(211,153,206); }
H1.HeaderClassName
{
color: #D399CE;
}
.AnyTagClassName
{
color: #D399CE;
}
</style>
background-color css
<style>
a { background-color: #D399CE; }
a { background-color: rgb(211,153,206); }
div.DivClassName
{
background-color: #D399CE;
}
.BgClassName
{
background-color: #D399CE;
}
</style>
border-color css
<style>
span { border-color: #D399CE; }
span { border-color: rgb(211,153,206); }
td.TdClassName
{
border-color: #D399CE;
}
.TagClassName
{
border-color: #D399CE;
}
</style>