Shades of Lilac #D399CD
Tints of Lilac #D399CD
RGB
CMYK
RGB Variations
Color information
#D399CD (or 0xD399CD) is known color: Lilac. HEX triplet: D3, 99 and CD. RGB value is (211,153,205). Sum of RGB (Red+Green+Blue) = 211+153+205=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D399CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399CD is #2C6632. Grayscale: #B0B0B0. Windows color (decimal): -2909747 or 13474259. OLE color: 13474259.
HSL color Cylindrical-coordinate representation of color #D399CD: hue angle of 306.21º 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 #D399CD is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 205 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.17 |
| HSL | 306.21º | 0.4% | 0.71% | - |
| HSV(B) | 306.21º | 0.27% | 0.83% | - |
| XYZ | 49.27 | 41.04 | 63.08 | - |
| YUV | 176.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 205 | 0 | 0.27 | 0.03 | 0.17 | 306.21 | 0.4 | 0.71 |
| Hex | D3 | 99 | CD | 0 | 1B | 3 | 11 | 132 | 28 | 47 |
| Octal | 323 | 231 | 315 | 0 | 33 | 3 | 21 | 462 | 50 | 107 |
| Binary | 11010011 | 10011001 | 11001101 | 0 | 11011 | 11 | 10001 | 100110010 | 101000 | 1000111 |
Color Harmonies of #D399CD
Complementary color
Monochromatic Colors of #D399CD
Black with #D399CD
Text Example
Text Example
White with #D399CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399CD; }
p { color: rgb(211,153,205); }
H1.HeaderClassName
{
color: #D399CD;
}
.AnyTagClassName
{
color: #D399CD;
}
</style>
background-color css
<style>
a { background-color: #D399CD; }
a { background-color: rgb(211,153,205); }
div.DivClassName
{
background-color: #D399CD;
}
.BgClassName
{
background-color: #D399CD;
}
</style>
border-color css
<style>
span { border-color: #D399CD; }
span { border-color: rgb(211,153,205); }
td.TdClassName
{
border-color: #D399CD;
}
.TagClassName
{
border-color: #D399CD;
}
</style>