Shades of Wisteria #D29FED
Tints of Wisteria #D29FED
RGB
CMYK
RGB Variations
Color information
#D29FED (or 0xD29FED) is known color: Wisteria. HEX triplet: D2, 9F and ED. RGB value is (210,159,237). Sum of RGB (Red+Green+Blue) = 210+159+237=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #D29FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29FED is #2D6012. Grayscale: #B6B6B6. Windows color (decimal): -2973715 or 15572946. OLE color: 15572946.
HSL color Cylindrical-coordinate representation of color #D29FED: hue angle of 279.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29FED is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 159 | 237 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.07 |
| HSL | 279.23º | 0.68% | 0.78% | - |
| HSV(B) | 279.23º | 0.33% | 0.93% | - |
| XYZ | 54.26 | 44.61 | 85.87 | - |
| YUV | 183.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 237 | 0.11 | 0.33 | 0 | 0.07 | 279.23 | 0.68 | 0.78 |
| Hex | D2 | 9F | ED | B | 21 | 0 | 7 | 117 | 44 | 4E |
| Octal | 322 | 237 | 355 | 13 | 41 | 0 | 7 | 427 | 104 | 116 |
| Binary | 11010010 | 10011111 | 11101101 | 1011 | 100001 | 0 | 111 | 100010111 | 1000100 | 1001110 |
Color Harmonies of #D29FED
Complementary color
Monochromatic Colors of #D29FED
Black with #D29FED
Text Example
Text Example
White with #D29FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29FED; }
p { color: rgb(210,159,237); }
H1.HeaderClassName
{
color: #D29FED;
}
.AnyTagClassName
{
color: #D29FED;
}
</style>
background-color css
<style>
a { background-color: #D29FED; }
a { background-color: rgb(210,159,237); }
div.DivClassName
{
background-color: #D29FED;
}
.BgClassName
{
background-color: #D29FED;
}
</style>
border-color css
<style>
span { border-color: #D29FED; }
span { border-color: rgb(210,159,237); }
td.TdClassName
{
border-color: #D29FED;
}
.TagClassName
{
border-color: #D29FED;
}
</style>