Shades of Wisteria #D294EA
Tints of Wisteria #D294EA
RGB
CMYK
RGB Variations
Color information
#D294EA (or 0xD294EA) is known color: Wisteria. HEX triplet: D2, 94 and EA. RGB value is (210,148,234). Sum of RGB (Red+Green+Blue) = 210+148+234=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #D294EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294EA is #2D6B15. Grayscale: #B0B0B0. Windows color (decimal): -2976534 or 15373522. OLE color: 15373522.
HSL color Cylindrical-coordinate representation of color #D294EA: hue angle of 283.26º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D294EA is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 148 | 234 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.08 |
| HSL | 283.26º | 0.67% | 0.75% | - |
| HSV(B) | 283.26º | 0.37% | 0.92% | - |
| XYZ | 52.02 | 40.82 | 82.98 | - |
| YUV | 176.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 234 | 0.10 | 0.37 | 0 | 0.08 | 283.26 | 0.67 | 0.75 |
| Hex | D2 | 94 | EA | A | 25 | 0 | 8 | 11B | 43 | 4B |
| Octal | 322 | 224 | 352 | 12 | 45 | 0 | 10 | 433 | 103 | 113 |
| Binary | 11010010 | 10010100 | 11101010 | 1010 | 100101 | 0 | 1000 | 100011011 | 1000011 | 1001011 |
Color Harmonies of #D294EA
Complementary color
Monochromatic Colors of #D294EA
Black with #D294EA
Text Example
Text Example
White with #D294EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294EA; }
p { color: rgb(210,148,234); }
H1.HeaderClassName
{
color: #D294EA;
}
.AnyTagClassName
{
color: #D294EA;
}
</style>
background-color css
<style>
a { background-color: #D294EA; }
a { background-color: rgb(210,148,234); }
div.DivClassName
{
background-color: #D294EA;
}
.BgClassName
{
background-color: #D294EA;
}
</style>
border-color css
<style>
span { border-color: #D294EA; }
span { border-color: rgb(210,148,234); }
td.TdClassName
{
border-color: #D294EA;
}
.TagClassName
{
border-color: #D294EA;
}
</style>