Shades of Lilac #D19CCD
Tints of Lilac #D19CCD
RGB
CMYK
RGB Variations
Color information
#D19CCD (or 0xD19CCD) is known color: Lilac. HEX triplet: D1, 9C and CD. RGB value is (209,156,205). Sum of RGB (Red+Green+Blue) = 209+156+205=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19CCD is #2E6332. Grayscale: #B1B1B1. Windows color (decimal): -3040051 or 13475025. OLE color: 13475025.
HSL color Cylindrical-coordinate representation of color #D19CCD: hue angle of 304.53º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CCD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 205 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.18 |
| HSL | 304.53º | 0.37% | 0.72% | - |
| HSV(B) | 304.53º | 0.25% | 0.82% | - |
| XYZ | 49.2 | 41.74 | 63.22 | - |
| YUV | 177.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 205 | 0 | 0.25 | 0.02 | 0.18 | 304.53 | 0.37 | 0.72 |
| Hex | D1 | 9C | CD | 0 | 19 | 2 | 12 | 131 | 25 | 48 |
| Octal | 321 | 234 | 315 | 0 | 31 | 2 | 22 | 461 | 45 | 110 |
| Binary | 11010001 | 10011100 | 11001101 | 0 | 11001 | 10 | 10010 | 100110001 | 100101 | 1001000 |
Color Harmonies of #D19CCD
Complementary color
Monochromatic Colors of #D19CCD
Black with #D19CCD
Text Example
Text Example
White with #D19CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19CCD; }
p { color: rgb(209,156,205); }
H1.HeaderClassName
{
color: #D19CCD;
}
.AnyTagClassName
{
color: #D19CCD;
}
</style>
background-color css
<style>
a { background-color: #D19CCD; }
a { background-color: rgb(209,156,205); }
div.DivClassName
{
background-color: #D19CCD;
}
.BgClassName
{
background-color: #D19CCD;
}
</style>
border-color css
<style>
span { border-color: #D19CCD; }
span { border-color: rgb(209,156,205); }
td.TdClassName
{
border-color: #D19CCD;
}
.TagClassName
{
border-color: #D19CCD;
}
</style>