Shades of Lilac #D190CC
Tints of Lilac #D190CC
RGB
CMYK
RGB Variations
Color information
#D190CC (or 0xD190CC) is known color: Lilac. HEX triplet: D1, 90 and CC. RGB value is (209,144,204). Sum of RGB (Red+Green+Blue) = 209+144+204=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D190CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190CC is #2E6F33. Grayscale: #AAAAAA. Windows color (decimal): -3043124 or 13406417. OLE color: 13406417.
HSL color Cylindrical-coordinate representation of color #D190CC: hue angle of 304.62º 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 #D190CC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 204 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.18 |
| HSL | 304.62º | 0.41% | 0.69% | - |
| HSV(B) | 304.62º | 0.31% | 0.82% | - |
| XYZ | 47.17 | 37.86 | 61.95 | - |
| YUV | 170.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 204 | 0 | 0.31 | 0.02 | 0.18 | 304.62 | 0.41 | 0.69 |
| Hex | D1 | 90 | CC | 0 | 1F | 2 | 12 | 131 | 29 | 45 |
| Octal | 321 | 220 | 314 | 0 | 37 | 2 | 22 | 461 | 51 | 105 |
| Binary | 11010001 | 10010000 | 11001100 | 0 | 11111 | 10 | 10010 | 100110001 | 101001 | 1000101 |
Color Harmonies of #D190CC
Complementary color
Monochromatic Colors of #D190CC
Black with #D190CC
Text Example
Text Example
White with #D190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190CC; }
p { color: rgb(209,144,204); }
H1.HeaderClassName
{
color: #D190CC;
}
.AnyTagClassName
{
color: #D190CC;
}
</style>
background-color css
<style>
a { background-color: #D190CC; }
a { background-color: rgb(209,144,204); }
div.DivClassName
{
background-color: #D190CC;
}
.BgClassName
{
background-color: #D190CC;
}
</style>
border-color css
<style>
span { border-color: #D190CC; }
span { border-color: rgb(209,144,204); }
td.TdClassName
{
border-color: #D190CC;
}
.TagClassName
{
border-color: #D190CC;
}
</style>