Shades of Lilac #D29BD0
Tints of Lilac #D29BD0
RGB
CMYK
RGB Variations
Color information
#D29BD0 (or 0xD29BD0) is known color: Lilac. HEX triplet: D2, 9B and D0. RGB value is (210,155,208). Sum of RGB (Red+Green+Blue) = 210+155+208=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BD0 is #2D642F. Grayscale: #B1B1B1. Windows color (decimal): -2974768 or 13671378. OLE color: 13671378.
HSL color Cylindrical-coordinate representation of color #D29BD0: hue angle of 302.18º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29BD0 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 208 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.18 |
| HSL | 302.18º | 0.38% | 0.72% | - |
| HSV(B) | 302.18º | 0.26% | 0.82% | - |
| XYZ | 49.68 | 41.7 | 65.1 | - |
| YUV | 177.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 208 | 0 | 0.26 | 0.01 | 0.18 | 302.18 | 0.38 | 0.72 |
| Hex | D2 | 9B | D0 | 0 | 1A | 1 | 12 | 12E | 26 | 48 |
| Octal | 322 | 233 | 320 | 0 | 32 | 1 | 22 | 456 | 46 | 110 |
| Binary | 11010010 | 10011011 | 11010000 | 0 | 11010 | 1 | 10010 | 100101110 | 100110 | 1001000 |
Color Harmonies of #D29BD0
Complementary color
Monochromatic Colors of #D29BD0
Black with #D29BD0
Text Example
Text Example
White with #D29BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BD0; }
p { color: rgb(210,155,208); }
H1.HeaderClassName
{
color: #D29BD0;
}
.AnyTagClassName
{
color: #D29BD0;
}
</style>
background-color css
<style>
a { background-color: #D29BD0; }
a { background-color: rgb(210,155,208); }
div.DivClassName
{
background-color: #D29BD0;
}
.BgClassName
{
background-color: #D29BD0;
}
</style>
border-color css
<style>
span { border-color: #D29BD0; }
span { border-color: rgb(210,155,208); }
td.TdClassName
{
border-color: #D29BD0;
}
.TagClassName
{
border-color: #D29BD0;
}
</style>