Shades of Lilac #D399D0
Tints of Lilac #D399D0
RGB
CMYK
RGB Variations
Color information
#D399D0 (or 0xD399D0) is known color: Lilac. HEX triplet: D3, 99 and D0. RGB value is (211,153,208). Sum of RGB (Red+Green+Blue) = 211+153+208=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 211 - color contains mainly: red. Hex color #D399D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399D0 is #2C662F. Grayscale: #B0B0B0. Windows color (decimal): -2909744 or 13670867. OLE color: 13670867.
HSL color Cylindrical-coordinate representation of color #D399D0: hue angle of 303.1º 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 #D399D0 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 208 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.17 |
| HSL | 303.1º | 0.4% | 0.71% | - |
| HSV(B) | 303.1º | 0.27% | 0.83% | - |
| XYZ | 49.64 | 41.19 | 65.01 | - |
| YUV | 176.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 208 | 0 | 0.27 | 0.01 | 0.17 | 303.1 | 0.4 | 0.71 |
| Hex | D3 | 99 | D0 | 0 | 1B | 1 | 11 | 12F | 28 | 47 |
| Octal | 323 | 231 | 320 | 0 | 33 | 1 | 21 | 457 | 50 | 107 |
| Binary | 11010011 | 10011001 | 11010000 | 0 | 11011 | 1 | 10001 | 100101111 | 101000 | 1000111 |
Color Harmonies of #D399D0
Complementary color
Monochromatic Colors of #D399D0
Black with #D399D0
Text Example
Text Example
White with #D399D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399D0; }
p { color: rgb(211,153,208); }
H1.HeaderClassName
{
color: #D399D0;
}
.AnyTagClassName
{
color: #D399D0;
}
</style>
background-color css
<style>
a { background-color: #D399D0; }
a { background-color: rgb(211,153,208); }
div.DivClassName
{
background-color: #D399D0;
}
.BgClassName
{
background-color: #D399D0;
}
</style>
border-color css
<style>
span { border-color: #D399D0; }
span { border-color: rgb(211,153,208); }
td.TdClassName
{
border-color: #D399D0;
}
.TagClassName
{
border-color: #D399D0;
}
</style>