Shades of Wisteria #D290E9
Tints of Wisteria #D290E9
RGB
CMYK
RGB Variations
Color information
#D290E9 (or 0xD290E9) is known color: Wisteria. HEX triplet: D2, 90 and E9. RGB value is (210,144,233). Sum of RGB (Red+Green+Blue) = 210+144+233=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #D290E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290E9 is #2D6F16. Grayscale: #ADADAD. Windows color (decimal): -2977559 or 15306962. OLE color: 15306962.
HSL color Cylindrical-coordinate representation of color #D290E9: hue angle of 284.49º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D290E9 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 144 | 233 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.09 |
| HSL | 284.49º | 0.67% | 0.74% | - |
| HSV(B) | 284.49º | 0.38% | 0.91% | - |
| XYZ | 51.26 | 39.53 | 82.02 | - |
| YUV | 173.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 233 | 0.10 | 0.38 | 0 | 0.09 | 284.49 | 0.67 | 0.74 |
| Hex | D2 | 90 | E9 | A | 26 | 0 | 9 | 11C | 43 | 4A |
| Octal | 322 | 220 | 351 | 12 | 46 | 0 | 11 | 434 | 103 | 112 |
| Binary | 11010010 | 10010000 | 11101001 | 1010 | 100110 | 0 | 1001 | 100011100 | 1000011 | 1001010 |
Color Harmonies of #D290E9
Complementary color
Monochromatic Colors of #D290E9
Black with #D290E9
Text Example
Text Example
White with #D290E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290E9; }
p { color: rgb(210,144,233); }
H1.HeaderClassName
{
color: #D290E9;
}
.AnyTagClassName
{
color: #D290E9;
}
</style>
background-color css
<style>
a { background-color: #D290E9; }
a { background-color: rgb(210,144,233); }
div.DivClassName
{
background-color: #D290E9;
}
.BgClassName
{
background-color: #D290E9;
}
</style>
border-color css
<style>
span { border-color: #D290E9; }
span { border-color: rgb(210,144,233); }
td.TdClassName
{
border-color: #D290E9;
}
.TagClassName
{
border-color: #D290E9;
}
</style>