Shades of Wisteria #D29FEB
Tints of Wisteria #D29FEB
RGB
CMYK
RGB Variations
Color information
#D29FEB (or 0xD29FEB) is known color: Wisteria. HEX triplet: D2, 9F and EB. RGB value is (210,159,235). Sum of RGB (Red+Green+Blue) = 210+159+235=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D29FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FEB is #2D6014. Grayscale: #B6B6B6. Windows color (decimal): -2973717 or 15441874. OLE color: 15441874.
HSL color Cylindrical-coordinate representation of color #D29FEB: hue angle of 280.26º degrees, saturation: 0.66, 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 #D29FEB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 159 | 235 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.08 |
| HSL | 280.26º | 0.66% | 0.77% | - |
| HSV(B) | 280.26º | 0.32% | 0.92% | - |
| XYZ | 53.97 | 44.5 | 84.34 | - |
| YUV | 182.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 235 | 0.11 | 0.32 | 0 | 0.08 | 280.26 | 0.66 | 0.77 |
| Hex | D2 | 9F | EB | B | 20 | 0 | 8 | 118 | 42 | 4D |
| Octal | 322 | 237 | 353 | 13 | 40 | 0 | 10 | 430 | 102 | 115 |
| Binary | 11010010 | 10011111 | 11101011 | 1011 | 100000 | 0 | 1000 | 100011000 | 1000010 | 1001101 |
Color Harmonies of #D29FEB
Complementary color
Monochromatic Colors of #D29FEB
Black with #D29FEB
Text Example
Text Example
White with #D29FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FEB; }
p { color: rgb(210,159,235); }
H1.HeaderClassName
{
color: #D29FEB;
}
.AnyTagClassName
{
color: #D29FEB;
}
</style>
background-color css
<style>
a { background-color: #D29FEB; }
a { background-color: rgb(210,159,235); }
div.DivClassName
{
background-color: #D29FEB;
}
.BgClassName
{
background-color: #D29FEB;
}
</style>
border-color css
<style>
span { border-color: #D29FEB; }
span { border-color: rgb(210,159,235); }
td.TdClassName
{
border-color: #D29FEB;
}
.TagClassName
{
border-color: #D29FEB;
}
</style>