Shades of Wisteria #D290EB
Tints of Wisteria #D290EB
RGB
CMYK
RGB Variations
Color information
#D290EB (or 0xD290EB) is known color: Wisteria. HEX triplet: D2, 90 and EB. RGB value is (210,144,235). Sum of RGB (Red+Green+Blue) = 210+144+235=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #D290EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290EB is #2D6F14. Grayscale: #ADADAD. Windows color (decimal): -2977557 or 15438034. OLE color: 15438034.
HSL color Cylindrical-coordinate representation of color #D290EB: hue angle of 283.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D290EB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 144 | 235 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.08 |
| HSL | 283.52º | 0.69% | 0.74% | - |
| HSV(B) | 283.52º | 0.39% | 0.92% | - |
| XYZ | 51.55 | 39.65 | 83.53 | - |
| YUV | 174.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 235 | 0.11 | 0.39 | 0 | 0.08 | 283.52 | 0.69 | 0.74 |
| Hex | D2 | 90 | EB | B | 27 | 0 | 8 | 11C | 45 | 4A |
| Octal | 322 | 220 | 353 | 13 | 47 | 0 | 10 | 434 | 105 | 112 |
| Binary | 11010010 | 10010000 | 11101011 | 1011 | 100111 | 0 | 1000 | 100011100 | 1000101 | 1001010 |
Color Harmonies of #D290EB
Complementary color
Monochromatic Colors of #D290EB
Black with #D290EB
Text Example
Text Example
White with #D290EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290EB; }
p { color: rgb(210,144,235); }
H1.HeaderClassName
{
color: #D290EB;
}
.AnyTagClassName
{
color: #D290EB;
}
</style>
background-color css
<style>
a { background-color: #D290EB; }
a { background-color: rgb(210,144,235); }
div.DivClassName
{
background-color: #D290EB;
}
.BgClassName
{
background-color: #D290EB;
}
</style>
border-color css
<style>
span { border-color: #D290EB; }
span { border-color: rgb(210,144,235); }
td.TdClassName
{
border-color: #D290EB;
}
.TagClassName
{
border-color: #D290EB;
}
</style>