Shades of Wisteria #D29BEA
Tints of Wisteria #D29BEA
RGB
CMYK
RGB Variations
Color information
#D29BEA (or 0xD29BEA) is known color: Wisteria. HEX triplet: D2, 9B and EA. RGB value is (210,155,234). Sum of RGB (Red+Green+Blue) = 210+155+234=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #D29BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29BEA is #2D6415. Grayscale: #B4B4B4. Windows color (decimal): -2974742 or 15375314. OLE color: 15375314.
HSL color Cylindrical-coordinate representation of color #D29BEA: hue angle of 281.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29BEA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 155 | 234 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.08 |
| HSL | 281.77º | 0.65% | 0.76% | - |
| HSV(B) | 281.77º | 0.34% | 0.92% | - |
| XYZ | 53.15 | 43.08 | 83.36 | - |
| YUV | 180.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 234 | 0.10 | 0.34 | 0 | 0.08 | 281.77 | 0.65 | 0.76 |
| Hex | D2 | 9B | EA | A | 22 | 0 | 8 | 11A | 41 | 4C |
| Octal | 322 | 233 | 352 | 12 | 42 | 0 | 10 | 432 | 101 | 114 |
| Binary | 11010010 | 10011011 | 11101010 | 1010 | 100010 | 0 | 1000 | 100011010 | 1000001 | 1001100 |
Color Harmonies of #D29BEA
Complementary color
Monochromatic Colors of #D29BEA
Black with #D29BEA
Text Example
Text Example
White with #D29BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BEA; }
p { color: rgb(210,155,234); }
H1.HeaderClassName
{
color: #D29BEA;
}
.AnyTagClassName
{
color: #D29BEA;
}
</style>
background-color css
<style>
a { background-color: #D29BEA; }
a { background-color: rgb(210,155,234); }
div.DivClassName
{
background-color: #D29BEA;
}
.BgClassName
{
background-color: #D29BEA;
}
</style>
border-color css
<style>
span { border-color: #D29BEA; }
span { border-color: rgb(210,155,234); }
td.TdClassName
{
border-color: #D29BEA;
}
.TagClassName
{
border-color: #D29BEA;
}
</style>