Shades of Lilac #D190C3
Tints of Lilac #D190C3
RGB
CMYK
RGB Variations
Color information
#D190C3 (or 0xD190C3) is known color: Lilac. HEX triplet: D1, 90 and C3. RGB value is (209,144,195). Sum of RGB (Red+Green+Blue) = 209+144+195=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D190C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190C3 is #2E6F3C. Grayscale: #A9A9A9. Windows color (decimal): -3043133 or 12816593. OLE color: 12816593.
HSL color Cylindrical-coordinate representation of color #D190C3: hue angle of 312.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190C3 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 195 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.18 |
| HSL | 312.92º | 0.41% | 0.69% | - |
| HSV(B) | 312.92º | 0.31% | 0.82% | - |
| XYZ | 46.12 | 37.44 | 56.43 | - |
| YUV | 169.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 195 | 0 | 0.31 | 0.07 | 0.18 | 312.92 | 0.41 | 0.69 |
| Hex | D1 | 90 | C3 | 0 | 1F | 7 | 12 | 139 | 29 | 45 |
| Octal | 321 | 220 | 303 | 0 | 37 | 7 | 22 | 471 | 51 | 105 |
| Binary | 11010001 | 10010000 | 11000011 | 0 | 11111 | 111 | 10010 | 100111001 | 101001 | 1000101 |
Color Harmonies of #D190C3
Complementary color
Monochromatic Colors of #D190C3
Black with #D190C3
Text Example
Text Example
White with #D190C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190C3; }
p { color: rgb(209,144,195); }
H1.HeaderClassName
{
color: #D190C3;
}
.AnyTagClassName
{
color: #D190C3;
}
</style>
background-color css
<style>
a { background-color: #D190C3; }
a { background-color: rgb(209,144,195); }
div.DivClassName
{
background-color: #D190C3;
}
.BgClassName
{
background-color: #D190C3;
}
</style>
border-color css
<style>
span { border-color: #D190C3; }
span { border-color: rgb(209,144,195); }
td.TdClassName
{
border-color: #D190C3;
}
.TagClassName
{
border-color: #D190C3;
}
</style>