Shades of Lilac #D097CF
Tints of Lilac #D097CF
RGB
CMYK
RGB Variations
Color information
#D097CF (or 0xD097CF) is known color: Lilac. HEX triplet: D0, 97 and CF. RGB value is (208,151,207). Sum of RGB (Red+Green+Blue) = 208+151+207=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D097CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097CF is #2F6830. Grayscale: #AEAEAE. Windows color (decimal): -3106865 or 13604816. OLE color: 13604816.
HSL color Cylindrical-coordinate representation of color #D097CF: hue angle of 301.05º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097CF is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 207 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.18 |
| HSL | 301.05º | 0.38% | 0.7% | - |
| HSV(B) | 301.05º | 0.27% | 0.82% | - |
| XYZ | 48.34 | 40.05 | 64.21 | - |
| YUV | 174.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 207 | 0 | 0.27 | 0.00 | 0.18 | 301.05 | 0.38 | 0.7 |
| Hex | D0 | 97 | CF | 0 | 1B | 0 | 12 | 12D | 26 | 46 |
| Octal | 320 | 227 | 317 | 0 | 33 | 0 | 22 | 455 | 46 | 106 |
| Binary | 11010000 | 10010111 | 11001111 | 0 | 11011 | 0 | 10010 | 100101101 | 100110 | 1000110 |
Color Harmonies of #D097CF
Complementary color
Monochromatic Colors of #D097CF
Black with #D097CF
Text Example
Text Example
White with #D097CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097CF; }
p { color: rgb(208,151,207); }
H1.HeaderClassName
{
color: #D097CF;
}
.AnyTagClassName
{
color: #D097CF;
}
</style>
background-color css
<style>
a { background-color: #D097CF; }
a { background-color: rgb(208,151,207); }
div.DivClassName
{
background-color: #D097CF;
}
.BgClassName
{
background-color: #D097CF;
}
</style>
border-color css
<style>
span { border-color: #D097CF; }
span { border-color: rgb(208,151,207); }
td.TdClassName
{
border-color: #D097CF;
}
.TagClassName
{
border-color: #D097CF;
}
</style>