Shades of Lilac #D897CC
Tints of Lilac #D897CC
RGB
CMYK
RGB Variations
Color information
#D897CC (or 0xD897CC) is known color: Lilac. HEX triplet: D8, 97 and CC. RGB value is (216,151,204). Sum of RGB (Red+Green+Blue) = 216+151+204=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D897CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D897CC is #276833. Grayscale: #B0B0B0. Windows color (decimal): -2582580 or 13408216. OLE color: 13408216.
HSL color Cylindrical-coordinate representation of color #D897CC: hue angle of 311.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D897CC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 204 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.15 |
| HSL | 311.08º | 0.45% | 0.72% | - |
| HSV(B) | 311.08º | 0.3% | 0.85% | - |
| XYZ | 50.28 | 41.09 | 62.41 | - |
| YUV | 176.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 204 | 0 | 0.30 | 0.06 | 0.15 | 311.08 | 0.45 | 0.72 |
| Hex | D8 | 97 | CC | 0 | 1E | 6 | F | 137 | 2D | 48 |
| Octal | 330 | 227 | 314 | 0 | 36 | 6 | 17 | 467 | 55 | 110 |
| Binary | 11011000 | 10010111 | 11001100 | 0 | 11110 | 110 | 1111 | 100110111 | 101101 | 1001000 |
Color Harmonies of #D897CC
Complementary color
Monochromatic Colors of #D897CC
Black with #D897CC
Text Example
Text Example
White with #D897CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D897CC; }
p { color: rgb(216,151,204); }
H1.HeaderClassName
{
color: #D897CC;
}
.AnyTagClassName
{
color: #D897CC;
}
</style>
background-color css
<style>
a { background-color: #D897CC; }
a { background-color: rgb(216,151,204); }
div.DivClassName
{
background-color: #D897CC;
}
.BgClassName
{
background-color: #D897CC;
}
</style>
border-color css
<style>
span { border-color: #D897CC; }
span { border-color: rgb(216,151,204); }
td.TdClassName
{
border-color: #D897CC;
}
.TagClassName
{
border-color: #D897CC;
}
</style>