Shades of Lilac #D399C5
Tints of Lilac #D399C5
RGB
CMYK
RGB Variations
Color information
#D399C5 (or 0xD399C5) is known color: Lilac. HEX triplet: D3, 99 and C5. RGB value is (211,153,197). Sum of RGB (Red+Green+Blue) = 211+153+197=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 211 - color contains mainly: red. Hex color #D399C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399C5 is #2C663A. Grayscale: #AFAFAF. Windows color (decimal): -2909755 or 12949971. OLE color: 12949971.
HSL color Cylindrical-coordinate representation of color #D399C5: hue angle of 314.48º 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 #D399C5 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 197 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.17 |
| HSL | 314.48º | 0.4% | 0.71% | - |
| HSV(B) | 314.48º | 0.27% | 0.83% | - |
| XYZ | 48.33 | 40.66 | 58.12 | - |
| YUV | 175.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 197 | 0 | 0.27 | 0.07 | 0.17 | 314.48 | 0.4 | 0.71 |
| Hex | D3 | 99 | C5 | 0 | 1B | 7 | 11 | 13A | 28 | 47 |
| Octal | 323 | 231 | 305 | 0 | 33 | 7 | 21 | 472 | 50 | 107 |
| Binary | 11010011 | 10011001 | 11000101 | 0 | 11011 | 111 | 10001 | 100111010 | 101000 | 1000111 |
Color Harmonies of #D399C5
Complementary color
Monochromatic Colors of #D399C5
Black with #D399C5
Text Example
Text Example
White with #D399C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399C5; }
p { color: rgb(211,153,197); }
H1.HeaderClassName
{
color: #D399C5;
}
.AnyTagClassName
{
color: #D399C5;
}
</style>
background-color css
<style>
a { background-color: #D399C5; }
a { background-color: rgb(211,153,197); }
div.DivClassName
{
background-color: #D399C5;
}
.BgClassName
{
background-color: #D399C5;
}
</style>
border-color css
<style>
span { border-color: #D399C5; }
span { border-color: rgb(211,153,197); }
td.TdClassName
{
border-color: #D399C5;
}
.TagClassName
{
border-color: #D399C5;
}
</style>