Shades of Wisteria #D29BDD
Tints of Wisteria #D29BDD
RGB
CMYK
RGB Variations
Color information
#D29BDD (or 0xD29BDD) is known color: Wisteria. HEX triplet: D2, 9B and DD. RGB value is (210,155,221). Sum of RGB (Red+Green+Blue) = 210+155+221=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDD is #2D6422. Grayscale: #B2B2B2. Windows color (decimal): -2974755 or 14523346. OLE color: 14523346.
HSL color Cylindrical-coordinate representation of color #D29BDD: hue angle of 290º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29BDD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 155 | 221 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 290º | 0.49% | 0.74% | - |
| HSV(B) | 290º | 0.3% | 0.87% | - |
| XYZ | 51.35 | 42.36 | 73.88 | - |
| YUV | 178.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 221 | 0.05 | 0.30 | 0 | 0.13 | 290 | 0.49 | 0.74 |
| Hex | D2 | 9B | DD | 5 | 1E | 0 | D | 122 | 31 | 4A |
| Octal | 322 | 233 | 335 | 5 | 36 | 0 | 15 | 442 | 61 | 112 |
| Binary | 11010010 | 10011011 | 11011101 | 101 | 11110 | 0 | 1101 | 100100010 | 110001 | 1001010 |
Color Harmonies of #D29BDD
Complementary color
Monochromatic Colors of #D29BDD
Black with #D29BDD
Text Example
Text Example
White with #D29BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BDD; }
p { color: rgb(210,155,221); }
H1.HeaderClassName
{
color: #D29BDD;
}
.AnyTagClassName
{
color: #D29BDD;
}
</style>
background-color css
<style>
a { background-color: #D29BDD; }
a { background-color: rgb(210,155,221); }
div.DivClassName
{
background-color: #D29BDD;
}
.BgClassName
{
background-color: #D29BDD;
}
</style>
border-color css
<style>
span { border-color: #D29BDD; }
span { border-color: rgb(210,155,221); }
td.TdClassName
{
border-color: #D29BDD;
}
.TagClassName
{
border-color: #D29BDD;
}
</style>