Shades of Lilac #D398CD
Tints of Lilac #D398CD
RGB
CMYK
RGB Variations
Color information
#D398CD (or 0xD398CD) is known color: Lilac. HEX triplet: D3, 98 and CD. RGB value is (211,152,205). Sum of RGB (Red+Green+Blue) = 211+152+205=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D398CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398CD is #2C6732. Grayscale: #AFAFAF. Windows color (decimal): -2910003 or 13474003. OLE color: 13474003.
HSL color Cylindrical-coordinate representation of color #D398CD: hue angle of 306.1º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398CD is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 205 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.17 |
| HSL | 306.1º | 0.4% | 0.71% | - |
| HSV(B) | 306.1º | 0.28% | 0.83% | - |
| XYZ | 49.11 | 40.71 | 63.03 | - |
| YUV | 175.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 205 | 0 | 0.28 | 0.03 | 0.17 | 306.1 | 0.4 | 0.71 |
| Hex | D3 | 98 | CD | 0 | 1C | 3 | 11 | 132 | 28 | 47 |
| Octal | 323 | 230 | 315 | 0 | 34 | 3 | 21 | 462 | 50 | 107 |
| Binary | 11010011 | 10011000 | 11001101 | 0 | 11100 | 11 | 10001 | 100110010 | 101000 | 1000111 |
Color Harmonies of #D398CD
Complementary color
Monochromatic Colors of #D398CD
Black with #D398CD
Text Example
Text Example
White with #D398CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D398CD; }
p { color: rgb(211,152,205); }
H1.HeaderClassName
{
color: #D398CD;
}
.AnyTagClassName
{
color: #D398CD;
}
</style>
background-color css
<style>
a { background-color: #D398CD; }
a { background-color: rgb(211,152,205); }
div.DivClassName
{
background-color: #D398CD;
}
.BgClassName
{
background-color: #D398CD;
}
</style>
border-color css
<style>
span { border-color: #D398CD; }
span { border-color: rgb(211,152,205); }
td.TdClassName
{
border-color: #D398CD;
}
.TagClassName
{
border-color: #D398CD;
}
</style>