Shades of Lilac #D097CC
Tints of Lilac #D097CC
RGB
CMYK
RGB Variations
Color information
#D097CC (or 0xD097CC) is known color: Lilac. HEX triplet: D0, 97 and CC. RGB value is (208,151,204). Sum of RGB (Red+Green+Blue) = 208+151+204=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D097CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097CC is #2F6833. Grayscale: #ADADAD. Windows color (decimal): -3106868 or 13408208. OLE color: 13408208.
HSL color Cylindrical-coordinate representation of color #D097CC: hue angle of 304.21º 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 #D097CC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 204 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.18 |
| HSL | 304.21º | 0.38% | 0.7% | - |
| HSV(B) | 304.21º | 0.27% | 0.82% | - |
| XYZ | 47.98 | 39.9 | 62.3 | - |
| YUV | 174.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 204 | 0 | 0.27 | 0.02 | 0.18 | 304.21 | 0.38 | 0.7 |
| Hex | D0 | 97 | CC | 0 | 1B | 2 | 12 | 130 | 26 | 46 |
| Octal | 320 | 227 | 314 | 0 | 33 | 2 | 22 | 460 | 46 | 106 |
| Binary | 11010000 | 10010111 | 11001100 | 0 | 11011 | 10 | 10010 | 100110000 | 100110 | 1000110 |
Color Harmonies of #D097CC
Complementary color
Monochromatic Colors of #D097CC
Black with #D097CC
Text Example
Text Example
White with #D097CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097CC; }
p { color: rgb(208,151,204); }
H1.HeaderClassName
{
color: #D097CC;
}
.AnyTagClassName
{
color: #D097CC;
}
</style>
background-color css
<style>
a { background-color: #D097CC; }
a { background-color: rgb(208,151,204); }
div.DivClassName
{
background-color: #D097CC;
}
.BgClassName
{
background-color: #D097CC;
}
</style>
border-color css
<style>
span { border-color: #D097CC; }
span { border-color: rgb(208,151,204); }
td.TdClassName
{
border-color: #D097CC;
}
.TagClassName
{
border-color: #D097CC;
}
</style>