Shades of Lilac #D190CB
Tints of Lilac #D190CB
RGB
CMYK
RGB Variations
Color information
#D190CB (or 0xD190CB) is known color: Lilac. HEX triplet: D1, 90 and CB. RGB value is (209,144,203). Sum of RGB (Red+Green+Blue) = 209+144+203=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D190CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190CB is #2E6F34. Grayscale: #A9A9A9. Windows color (decimal): -3043125 or 13340881. OLE color: 13340881.
HSL color Cylindrical-coordinate representation of color #D190CB: hue angle of 305.54º 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 #D190CB is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 203 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.18 |
| HSL | 305.54º | 0.41% | 0.69% | - |
| HSV(B) | 305.54º | 0.31% | 0.82% | - |
| XYZ | 47.05 | 37.81 | 61.32 | - |
| YUV | 170.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 203 | 0 | 0.31 | 0.03 | 0.18 | 305.54 | 0.41 | 0.69 |
| Hex | D1 | 90 | CB | 0 | 1F | 3 | 12 | 132 | 29 | 45 |
| Octal | 321 | 220 | 313 | 0 | 37 | 3 | 22 | 462 | 51 | 105 |
| Binary | 11010001 | 10010000 | 11001011 | 0 | 11111 | 11 | 10010 | 100110010 | 101001 | 1000101 |
Color Harmonies of #D190CB
Complementary color
Monochromatic Colors of #D190CB
Black with #D190CB
Text Example
Text Example
White with #D190CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190CB; }
p { color: rgb(209,144,203); }
H1.HeaderClassName
{
color: #D190CB;
}
.AnyTagClassName
{
color: #D190CB;
}
</style>
background-color css
<style>
a { background-color: #D190CB; }
a { background-color: rgb(209,144,203); }
div.DivClassName
{
background-color: #D190CB;
}
.BgClassName
{
background-color: #D190CB;
}
</style>
border-color css
<style>
span { border-color: #D190CB; }
span { border-color: rgb(209,144,203); }
td.TdClassName
{
border-color: #D190CB;
}
.TagClassName
{
border-color: #D190CB;
}
</style>