Shades of Lilac #D99CCA
Tints of Lilac #D99CCA
RGB
CMYK
RGB Variations
Color information
#D99CCA (or 0xD99CCA) is known color: Lilac. HEX triplet: D9, 9C and CA. RGB value is (217,156,202). Sum of RGB (Red+Green+Blue) = 217+156+202=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCA is #266335. Grayscale: #B3B3B3. Windows color (decimal): -2515766 or 13278425. OLE color: 13278425.
HSL color Cylindrical-coordinate representation of color #D99CCA: hue angle of 314.75º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CCA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 202 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.15 |
| HSL | 314.75º | 0.45% | 0.73% | - |
| HSV(B) | 314.75º | 0.28% | 0.85% | - |
| XYZ | 51.16 | 42.79 | 61.44 | - |
| YUV | 179.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 202 | 0 | 0.28 | 0.07 | 0.15 | 314.75 | 0.45 | 0.73 |
| Hex | D9 | 9C | CA | 0 | 1C | 7 | F | 13B | 2D | 49 |
| Octal | 331 | 234 | 312 | 0 | 34 | 7 | 17 | 473 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11001010 | 0 | 11100 | 111 | 1111 | 100111011 | 101101 | 1001001 |
Color Harmonies of #D99CCA
Complementary color
Monochromatic Colors of #D99CCA
Black with #D99CCA
Text Example
Text Example
White with #D99CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CCA; }
p { color: rgb(217,156,202); }
H1.HeaderClassName
{
color: #D99CCA;
}
.AnyTagClassName
{
color: #D99CCA;
}
</style>
background-color css
<style>
a { background-color: #D99CCA; }
a { background-color: rgb(217,156,202); }
div.DivClassName
{
background-color: #D99CCA;
}
.BgClassName
{
background-color: #D99CCA;
}
</style>
border-color css
<style>
span { border-color: #D99CCA; }
span { border-color: rgb(217,156,202); }
td.TdClassName
{
border-color: #D99CCA;
}
.TagClassName
{
border-color: #D99CCA;
}
</style>