Shades of Lilac #D899CC
Tints of Lilac #D899CC
RGB
CMYK
RGB Variations
Color information
#D899CC (or 0xD899CC) is known color: Lilac. HEX triplet: D8, 99 and CC. RGB value is (216,153,204). Sum of RGB (Red+Green+Blue) = 216+153+204=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D899CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899CC is #276633. Grayscale: #B1B1B1. Windows color (decimal): -2582068 or 13408728. OLE color: 13408728.
HSL color Cylindrical-coordinate representation of color #D899CC: hue angle of 311.43º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899CC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 204 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.15 |
| HSL | 311.43º | 0.45% | 0.72% | - |
| HSV(B) | 311.43º | 0.29% | 0.85% | - |
| XYZ | 50.61 | 41.74 | 62.52 | - |
| YUV | 177.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 204 | 0 | 0.29 | 0.06 | 0.15 | 311.43 | 0.45 | 0.72 |
| Hex | D8 | 99 | CC | 0 | 1D | 6 | F | 137 | 2D | 48 |
| Octal | 330 | 231 | 314 | 0 | 35 | 6 | 17 | 467 | 55 | 110 |
| Binary | 11011000 | 10011001 | 11001100 | 0 | 11101 | 110 | 1111 | 100110111 | 101101 | 1001000 |
Color Harmonies of #D899CC
Complementary color
Monochromatic Colors of #D899CC
Black with #D899CC
Text Example
Text Example
White with #D899CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899CC; }
p { color: rgb(216,153,204); }
H1.HeaderClassName
{
color: #D899CC;
}
.AnyTagClassName
{
color: #D899CC;
}
</style>
background-color css
<style>
a { background-color: #D899CC; }
a { background-color: rgb(216,153,204); }
div.DivClassName
{
background-color: #D899CC;
}
.BgClassName
{
background-color: #D899CC;
}
</style>
border-color css
<style>
span { border-color: #D899CC; }
span { border-color: rgb(216,153,204); }
td.TdClassName
{
border-color: #D899CC;
}
.TagClassName
{
border-color: #D899CC;
}
</style>