Shades of Wisteria #D294E9
Tints of Wisteria #D294E9
RGB
CMYK
RGB Variations
Color information
#D294E9 (or 0xD294E9) is known color: Wisteria. HEX triplet: D2, 94 and E9. RGB value is (210,148,233). Sum of RGB (Red+Green+Blue) = 210+148+233=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #D294E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294E9 is #2D6B16. Grayscale: #AFAFAF. Windows color (decimal): -2976535 or 15307986. OLE color: 15307986.
HSL color Cylindrical-coordinate representation of color #D294E9: hue angle of 283.76º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D294E9 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 148 | 233 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.09 |
| HSL | 283.76º | 0.66% | 0.75% | - |
| HSV(B) | 283.76º | 0.36% | 0.91% | - |
| XYZ | 51.88 | 40.76 | 82.22 | - |
| YUV | 176.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 233 | 0.10 | 0.36 | 0 | 0.09 | 283.76 | 0.66 | 0.75 |
| Hex | D2 | 94 | E9 | A | 24 | 0 | 9 | 11C | 42 | 4B |
| Octal | 322 | 224 | 351 | 12 | 44 | 0 | 11 | 434 | 102 | 113 |
| Binary | 11010010 | 10010100 | 11101001 | 1010 | 100100 | 0 | 1001 | 100011100 | 1000010 | 1001011 |
Color Harmonies of #D294E9
Complementary color
Monochromatic Colors of #D294E9
Black with #D294E9
Text Example
Text Example
White with #D294E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294E9; }
p { color: rgb(210,148,233); }
H1.HeaderClassName
{
color: #D294E9;
}
.AnyTagClassName
{
color: #D294E9;
}
</style>
background-color css
<style>
a { background-color: #D294E9; }
a { background-color: rgb(210,148,233); }
div.DivClassName
{
background-color: #D294E9;
}
.BgClassName
{
background-color: #D294E9;
}
</style>
border-color css
<style>
span { border-color: #D294E9; }
span { border-color: rgb(210,148,233); }
td.TdClassName
{
border-color: #D294E9;
}
.TagClassName
{
border-color: #D294E9;
}
</style>