Shades of Lilac #D194CB
Tints of Lilac #D194CB
RGB
CMYK
RGB Variations
Color information
#D194CB (or 0xD194CB) is known color: Lilac. HEX triplet: D1, 94 and CB. RGB value is (209,148,203). Sum of RGB (Red+Green+Blue) = 209+148+203=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D194CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194CB is #2E6B34. Grayscale: #ACACAC. Windows color (decimal): -3042101 or 13341905. OLE color: 13341905.
HSL color Cylindrical-coordinate representation of color #D194CB: hue angle of 305.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194CB is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 203 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.18 |
| HSL | 305.9º | 0.4% | 0.7% | - |
| HSV(B) | 305.9º | 0.29% | 0.82% | - |
| XYZ | 47.66 | 39.05 | 61.52 | - |
| YUV | 172.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 203 | 0 | 0.29 | 0.03 | 0.18 | 305.9 | 0.4 | 0.7 |
| Hex | D1 | 94 | CB | 0 | 1D | 3 | 12 | 132 | 28 | 46 |
| Octal | 321 | 224 | 313 | 0 | 35 | 3 | 22 | 462 | 50 | 106 |
| Binary | 11010001 | 10010100 | 11001011 | 0 | 11101 | 11 | 10010 | 100110010 | 101000 | 1000110 |
Color Harmonies of #D194CB
Complementary color
Monochromatic Colors of #D194CB
Black with #D194CB
Text Example
Text Example
White with #D194CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194CB; }
p { color: rgb(209,148,203); }
H1.HeaderClassName
{
color: #D194CB;
}
.AnyTagClassName
{
color: #D194CB;
}
</style>
background-color css
<style>
a { background-color: #D194CB; }
a { background-color: rgb(209,148,203); }
div.DivClassName
{
background-color: #D194CB;
}
.BgClassName
{
background-color: #D194CB;
}
</style>
border-color css
<style>
span { border-color: #D194CB; }
span { border-color: rgb(209,148,203); }
td.TdClassName
{
border-color: #D194CB;
}
.TagClassName
{
border-color: #D194CB;
}
</style>