Shades of Lilac #D692C6
Tints of Lilac #D692C6
RGB
CMYK
RGB Variations
Color information
#D692C6 (or 0xD692C6) is known color: Lilac. HEX triplet: D6, 92 and C6. RGB value is (214,146,198). Sum of RGB (Red+Green+Blue) = 214+146+198=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D692C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692C6 is #296D39. Grayscale: #ACACAC. Windows color (decimal): -2714938 or 13013718. OLE color: 13013718.
HSL color Cylindrical-coordinate representation of color #D692C6: hue angle of 314.12º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692C6 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 198 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.16 |
| HSL | 314.12º | 0.45% | 0.71% | - |
| HSV(B) | 314.12º | 0.32% | 0.84% | - |
| XYZ | 48.2 | 38.93 | 58.4 | - |
| YUV | 172.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 198 | 0 | 0.32 | 0.07 | 0.16 | 314.12 | 0.45 | 0.71 |
| Hex | D6 | 92 | C6 | 0 | 20 | 7 | 10 | 13A | 2D | 47 |
| Octal | 326 | 222 | 306 | 0 | 40 | 7 | 20 | 472 | 55 | 107 |
| Binary | 11010110 | 10010010 | 11000110 | 0 | 100000 | 111 | 10000 | 100111010 | 101101 | 1000111 |
Color Harmonies of #D692C6
Complementary color
Monochromatic Colors of #D692C6
Black with #D692C6
Text Example
Text Example
White with #D692C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D692C6; }
p { color: rgb(214,146,198); }
H1.HeaderClassName
{
color: #D692C6;
}
.AnyTagClassName
{
color: #D692C6;
}
</style>
background-color css
<style>
a { background-color: #D692C6; }
a { background-color: rgb(214,146,198); }
div.DivClassName
{
background-color: #D692C6;
}
.BgClassName
{
background-color: #D692C6;
}
</style>
border-color css
<style>
span { border-color: #D692C6; }
span { border-color: rgb(214,146,198); }
td.TdClassName
{
border-color: #D692C6;
}
.TagClassName
{
border-color: #D692C6;
}
</style>