Shades of Lilac #D190C4
Tints of Lilac #D190C4
RGB
CMYK
RGB Variations
Color information
#D190C4 (or 0xD190C4) is known color: Lilac. HEX triplet: D1, 90 and C4. RGB value is (209,144,196). Sum of RGB (Red+Green+Blue) = 209+144+196=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D190C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190C4 is #2E6F3B. Grayscale: #A9A9A9. Windows color (decimal): -3043132 or 12882129. OLE color: 12882129.
HSL color Cylindrical-coordinate representation of color #D190C4: hue angle of 312º 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 #D190C4 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 196 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.18 |
| HSL | 312º | 0.41% | 0.69% | - |
| HSV(B) | 312º | 0.31% | 0.82% | - |
| XYZ | 46.23 | 37.49 | 57.02 | - |
| YUV | 169.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 196 | 0 | 0.31 | 0.06 | 0.18 | 312 | 0.41 | 0.69 |
| Hex | D1 | 90 | C4 | 0 | 1F | 6 | 12 | 138 | 29 | 45 |
| Octal | 321 | 220 | 304 | 0 | 37 | 6 | 22 | 470 | 51 | 105 |
| Binary | 11010001 | 10010000 | 11000100 | 0 | 11111 | 110 | 10010 | 100111000 | 101001 | 1000101 |
Color Harmonies of #D190C4
Complementary color
Monochromatic Colors of #D190C4
Black with #D190C4
Text Example
Text Example
White with #D190C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190C4; }
p { color: rgb(209,144,196); }
H1.HeaderClassName
{
color: #D190C4;
}
.AnyTagClassName
{
color: #D190C4;
}
</style>
background-color css
<style>
a { background-color: #D190C4; }
a { background-color: rgb(209,144,196); }
div.DivClassName
{
background-color: #D190C4;
}
.BgClassName
{
background-color: #D190C4;
}
</style>
border-color css
<style>
span { border-color: #D190C4; }
span { border-color: rgb(209,144,196); }
td.TdClassName
{
border-color: #D190C4;
}
.TagClassName
{
border-color: #D190C4;
}
</style>