Shades of Wisteria #D29ADD
Tints of Wisteria #D29ADD
RGB
CMYK
RGB Variations
Color information
#D29ADD (or 0xD29ADD) is known color: Wisteria. HEX triplet: D2, 9A and DD. RGB value is (210,154,221). Sum of RGB (Red+Green+Blue) = 210+154+221=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D29ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADD is #2D6522. Grayscale: #B2B2B2. Windows color (decimal): -2975011 or 14523090. OLE color: 14523090.
HSL color Cylindrical-coordinate representation of color #D29ADD: hue angle of 290.15º degrees, saturation: 0.5, 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 #D29ADD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 154 | 221 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.13 |
| HSL | 290.15º | 0.5% | 0.74% | - |
| HSV(B) | 290.15º | 0.3% | 0.87% | - |
| XYZ | 51.19 | 42.03 | 73.82 | - |
| YUV | 178.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 221 | 0.05 | 0.30 | 0 | 0.13 | 290.15 | 0.5 | 0.74 |
| Hex | D2 | 9A | DD | 5 | 1E | 0 | D | 122 | 32 | 4A |
| Octal | 322 | 232 | 335 | 5 | 36 | 0 | 15 | 442 | 62 | 112 |
| Binary | 11010010 | 10011010 | 11011101 | 101 | 11110 | 0 | 1101 | 100100010 | 110010 | 1001010 |
Color Harmonies of #D29ADD
Complementary color
Monochromatic Colors of #D29ADD
Black with #D29ADD
Text Example
Text Example
White with #D29ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29ADD; }
p { color: rgb(210,154,221); }
H1.HeaderClassName
{
color: #D29ADD;
}
.AnyTagClassName
{
color: #D29ADD;
}
</style>
background-color css
<style>
a { background-color: #D29ADD; }
a { background-color: rgb(210,154,221); }
div.DivClassName
{
background-color: #D29ADD;
}
.BgClassName
{
background-color: #D29ADD;
}
</style>
border-color css
<style>
span { border-color: #D29ADD; }
span { border-color: rgb(210,154,221); }
td.TdClassName
{
border-color: #D29ADD;
}
.TagClassName
{
border-color: #D29ADD;
}
</style>