Shades of Lilac #D691C9
Tints of Lilac #D691C9
RGB
CMYK
RGB Variations
Color information
#D691C9 (or 0xD691C9) is known color: Lilac. HEX triplet: D6, 91 and C9. RGB value is (214,145,201). Sum of RGB (Red+Green+Blue) = 214+145+201=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D691C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691C9 is #296E36. Grayscale: #ABABAB. Windows color (decimal): -2715191 or 13210070. OLE color: 13210070.
HSL color Cylindrical-coordinate representation of color #D691C9: hue angle of 311.3º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691C9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 201 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.16 |
| HSL | 311.3º | 0.46% | 0.7% | - |
| HSV(B) | 311.3º | 0.32% | 0.84% | - |
| XYZ | 48.4 | 38.76 | 60.19 | - |
| YUV | 172.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 201 | 0 | 0.32 | 0.06 | 0.16 | 311.3 | 0.46 | 0.7 |
| Hex | D6 | 91 | C9 | 0 | 20 | 6 | 10 | 137 | 2E | 46 |
| Octal | 326 | 221 | 311 | 0 | 40 | 6 | 20 | 467 | 56 | 106 |
| Binary | 11010110 | 10010001 | 11001001 | 0 | 100000 | 110 | 10000 | 100110111 | 101110 | 1000110 |
Color Harmonies of #D691C9
Complementary color
Monochromatic Colors of #D691C9
Black with #D691C9
Text Example
Text Example
White with #D691C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691C9; }
p { color: rgb(214,145,201); }
H1.HeaderClassName
{
color: #D691C9;
}
.AnyTagClassName
{
color: #D691C9;
}
</style>
background-color css
<style>
a { background-color: #D691C9; }
a { background-color: rgb(214,145,201); }
div.DivClassName
{
background-color: #D691C9;
}
.BgClassName
{
background-color: #D691C9;
}
</style>
border-color css
<style>
span { border-color: #D691C9; }
span { border-color: rgb(214,145,201); }
td.TdClassName
{
border-color: #D691C9;
}
.TagClassName
{
border-color: #D691C9;
}
</style>