Shades of Wisteria #D29BE7
Tints of Wisteria #D29BE7
RGB
CMYK
RGB Variations
Color information
#D29BE7 (or 0xD29BE7) is known color: Wisteria. HEX triplet: D2, 9B and E7. RGB value is (210,155,231). Sum of RGB (Red+Green+Blue) = 210+155+231=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 231 (90.62% from 255 or 38.76% from 596); Max value from RGB is 231 - color contains mainly: blue. Hex color #D29BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BE7 is #2D6418. Grayscale: #B3B3B3. Windows color (decimal): -2974745 or 15178706. OLE color: 15178706.
HSL color Cylindrical-coordinate representation of color #D29BE7: hue angle of 283.42º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29BE7 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 155 | 231 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.09 |
| HSL | 283.42º | 0.61% | 0.76% | - |
| HSV(B) | 283.42º | 0.33% | 0.91% | - |
| XYZ | 52.72 | 42.91 | 81.11 | - |
| YUV | 180.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 231 | 0.09 | 0.33 | 0 | 0.09 | 283.42 | 0.61 | 0.76 |
| Hex | D2 | 9B | E7 | 9 | 21 | 0 | 9 | 11B | 3D | 4C |
| Octal | 322 | 233 | 347 | 11 | 41 | 0 | 11 | 433 | 75 | 114 |
| Binary | 11010010 | 10011011 | 11100111 | 1001 | 100001 | 0 | 1001 | 100011011 | 111101 | 1001100 |
Color Harmonies of #D29BE7
Complementary color
Monochromatic Colors of #D29BE7
Black with #D29BE7
Text Example
Text Example
White with #D29BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BE7; }
p { color: rgb(210,155,231); }
H1.HeaderClassName
{
color: #D29BE7;
}
.AnyTagClassName
{
color: #D29BE7;
}
</style>
background-color css
<style>
a { background-color: #D29BE7; }
a { background-color: rgb(210,155,231); }
div.DivClassName
{
background-color: #D29BE7;
}
.BgClassName
{
background-color: #D29BE7;
}
</style>
border-color css
<style>
span { border-color: #D29BE7; }
span { border-color: rgb(210,155,231); }
td.TdClassName
{
border-color: #D29BE7;
}
.TagClassName
{
border-color: #D29BE7;
}
</style>