Shades of Lilac #D697C9
Tints of Lilac #D697C9
RGB
CMYK
RGB Variations
Color information
#D697C9 (or 0xD697C9) is known color: Lilac. HEX triplet: D6, 97 and C9. RGB value is (214,151,201). Sum of RGB (Red+Green+Blue) = 214+151+201=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C9 is #296836. Grayscale: #AFAFAF. Windows color (decimal): -2713655 or 13211606. OLE color: 13211606.
HSL color Cylindrical-coordinate representation of color #D697C9: hue angle of 312.38º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697C9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 201 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.16 |
| HSL | 312.38º | 0.43% | 0.72% | - |
| HSV(B) | 312.38º | 0.29% | 0.84% | - |
| XYZ | 49.34 | 40.65 | 60.5 | - |
| YUV | 175.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 201 | 0 | 0.29 | 0.06 | 0.16 | 312.38 | 0.43 | 0.72 |
| Hex | D6 | 97 | C9 | 0 | 1D | 6 | 10 | 138 | 2B | 48 |
| Octal | 326 | 227 | 311 | 0 | 35 | 6 | 20 | 470 | 53 | 110 |
| Binary | 11010110 | 10010111 | 11001001 | 0 | 11101 | 110 | 10000 | 100111000 | 101011 | 1001000 |
Color Harmonies of #D697C9
Complementary color
Monochromatic Colors of #D697C9
Black with #D697C9
Text Example
Text Example
White with #D697C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697C9; }
p { color: rgb(214,151,201); }
H1.HeaderClassName
{
color: #D697C9;
}
.AnyTagClassName
{
color: #D697C9;
}
</style>
background-color css
<style>
a { background-color: #D697C9; }
a { background-color: rgb(214,151,201); }
div.DivClassName
{
background-color: #D697C9;
}
.BgClassName
{
background-color: #D697C9;
}
</style>
border-color css
<style>
span { border-color: #D697C9; }
span { border-color: rgb(214,151,201); }
td.TdClassName
{
border-color: #D697C9;
}
.TagClassName
{
border-color: #D697C9;
}
</style>