Shades of Lilac #D99BCA
Tints of Lilac #D99BCA
RGB
CMYK
RGB Variations
Color information
#D99BCA (or 0xD99BCA) is known color: Lilac. HEX triplet: D9, 9B and CA. RGB value is (217,155,202). Sum of RGB (Red+Green+Blue) = 217+155+202=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BCA is #266435. Grayscale: #B2B2B2. Windows color (decimal): -2516022 or 13278169. OLE color: 13278169.
HSL color Cylindrical-coordinate representation of color #D99BCA: hue angle of 314.52º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BCA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 202 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.15 |
| HSL | 314.52º | 0.45% | 0.73% | - |
| HSV(B) | 314.52º | 0.29% | 0.85% | - |
| XYZ | 51 | 42.46 | 61.38 | - |
| YUV | 178.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 202 | 0 | 0.29 | 0.07 | 0.15 | 314.52 | 0.45 | 0.73 |
| Hex | D9 | 9B | CA | 0 | 1D | 7 | F | 13B | 2D | 49 |
| Octal | 331 | 233 | 312 | 0 | 35 | 7 | 17 | 473 | 55 | 111 |
| Binary | 11011001 | 10011011 | 11001010 | 0 | 11101 | 111 | 1111 | 100111011 | 101101 | 1001001 |
Color Harmonies of #D99BCA
Complementary color
Monochromatic Colors of #D99BCA
Black with #D99BCA
Text Example
Text Example
White with #D99BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BCA; }
p { color: rgb(217,155,202); }
H1.HeaderClassName
{
color: #D99BCA;
}
.AnyTagClassName
{
color: #D99BCA;
}
</style>
background-color css
<style>
a { background-color: #D99BCA; }
a { background-color: rgb(217,155,202); }
div.DivClassName
{
background-color: #D99BCA;
}
.BgClassName
{
background-color: #D99BCA;
}
</style>
border-color css
<style>
span { border-color: #D99BCA; }
span { border-color: rgb(217,155,202); }
td.TdClassName
{
border-color: #D99BCA;
}
.TagClassName
{
border-color: #D99BCA;
}
</style>