Shades of Wisteria #D29FEA
Tints of Wisteria #D29FEA
RGB
CMYK
RGB Variations
Color information
#D29FEA (or 0xD29FEA) is known color: Wisteria. HEX triplet: D2, 9F and EA. RGB value is (210,159,234). Sum of RGB (Red+Green+Blue) = 210+159+234=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D29FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FEA is #2D6015. Grayscale: #B6B6B6. Windows color (decimal): -2973718 or 15376338. OLE color: 15376338.
HSL color Cylindrical-coordinate representation of color #D29FEA: hue angle of 280.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29FEA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 159 | 234 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.08 |
| HSL | 280.8º | 0.64% | 0.77% | - |
| HSV(B) | 280.8º | 0.32% | 0.92% | - |
| XYZ | 53.83 | 44.44 | 83.58 | - |
| YUV | 182.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 234 | 0.10 | 0.32 | 0 | 0.08 | 280.8 | 0.64 | 0.77 |
| Hex | D2 | 9F | EA | A | 20 | 0 | 8 | 119 | 40 | 4D |
| Octal | 322 | 237 | 352 | 12 | 40 | 0 | 10 | 431 | 100 | 115 |
| Binary | 11010010 | 10011111 | 11101010 | 1010 | 100000 | 0 | 1000 | 100011001 | 1000000 | 1001101 |
Color Harmonies of #D29FEA
Complementary color
Monochromatic Colors of #D29FEA
Black with #D29FEA
Text Example
Text Example
White with #D29FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FEA; }
p { color: rgb(210,159,234); }
H1.HeaderClassName
{
color: #D29FEA;
}
.AnyTagClassName
{
color: #D29FEA;
}
</style>
background-color css
<style>
a { background-color: #D29FEA; }
a { background-color: rgb(210,159,234); }
div.DivClassName
{
background-color: #D29FEA;
}
.BgClassName
{
background-color: #D29FEA;
}
</style>
border-color css
<style>
span { border-color: #D29FEA; }
span { border-color: rgb(210,159,234); }
td.TdClassName
{
border-color: #D29FEA;
}
.TagClassName
{
border-color: #D29FEA;
}
</style>