Shades of Wisteria #D290E7
Tints of Wisteria #D290E7
RGB
CMYK
RGB Variations
Color information
#D290E7 (or 0xD290E7) is known color: Wisteria. HEX triplet: D2, 90 and E7. RGB value is (210,144,231). Sum of RGB (Red+Green+Blue) = 210+144+231=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #D290E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290E7 is #2D6F18. Grayscale: #ADADAD. Windows color (decimal): -2977561 or 15175890. OLE color: 15175890.
HSL color Cylindrical-coordinate representation of color #D290E7: hue angle of 285.52º degrees, saturation: 0.64, 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 #D290E7 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 144 | 231 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.09 |
| HSL | 285.52º | 0.64% | 0.74% | - |
| HSV(B) | 285.52º | 0.38% | 0.91% | - |
| XYZ | 50.98 | 39.42 | 80.52 | - |
| YUV | 173.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 231 | 0.09 | 0.38 | 0 | 0.09 | 285.52 | 0.64 | 0.74 |
| Hex | D2 | 90 | E7 | 9 | 26 | 0 | 9 | 11E | 40 | 4A |
| Octal | 322 | 220 | 347 | 11 | 46 | 0 | 11 | 436 | 100 | 112 |
| Binary | 11010010 | 10010000 | 11100111 | 1001 | 100110 | 0 | 1001 | 100011110 | 1000000 | 1001010 |
Color Harmonies of #D290E7
Complementary color
Monochromatic Colors of #D290E7
Black with #D290E7
Text Example
Text Example
White with #D290E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290E7; }
p { color: rgb(210,144,231); }
H1.HeaderClassName
{
color: #D290E7;
}
.AnyTagClassName
{
color: #D290E7;
}
</style>
background-color css
<style>
a { background-color: #D290E7; }
a { background-color: rgb(210,144,231); }
div.DivClassName
{
background-color: #D290E7;
}
.BgClassName
{
background-color: #D290E7;
}
</style>
border-color css
<style>
span { border-color: #D290E7; }
span { border-color: rgb(210,144,231); }
td.TdClassName
{
border-color: #D290E7;
}
.TagClassName
{
border-color: #D290E7;
}
</style>