Shades of Wisteria #D289EC
Tints of Wisteria #D289EC
RGB
CMYK
RGB Variations
Color information
#D289EC (or 0xD289EC) is known color: Wisteria. HEX triplet: D2, 89 and EC. RGB value is (210,137,236). Sum of RGB (Red+Green+Blue) = 210+137+236=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #D289EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D289EC is #2D7613. Grayscale: #A9A9A9. Windows color (decimal): -2979348 or 15501778. OLE color: 15501778.
HSL color Cylindrical-coordinate representation of color #D289EC: hue angle of 284.24º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D289EC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 137 | 236 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.07 |
| HSL | 284.24º | 0.72% | 0.73% | - |
| HSV(B) | 284.24º | 0.42% | 0.93% | - |
| XYZ | 50.66 | 37.65 | 83.95 | - |
| YUV | 170.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 236 | 0.11 | 0.42 | 0 | 0.07 | 284.24 | 0.72 | 0.73 |
| Hex | D2 | 89 | EC | B | 2A | 0 | 7 | 11C | 48 | 49 |
| Octal | 322 | 211 | 354 | 13 | 52 | 0 | 7 | 434 | 110 | 111 |
| Binary | 11010010 | 10001001 | 11101100 | 1011 | 101010 | 0 | 111 | 100011100 | 1001000 | 1001001 |
Color Harmonies of #D289EC
Complementary color
Monochromatic Colors of #D289EC
Black with #D289EC
Text Example
Text Example
White with #D289EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289EC; }
p { color: rgb(210,137,236); }
H1.HeaderClassName
{
color: #D289EC;
}
.AnyTagClassName
{
color: #D289EC;
}
</style>
background-color css
<style>
a { background-color: #D289EC; }
a { background-color: rgb(210,137,236); }
div.DivClassName
{
background-color: #D289EC;
}
.BgClassName
{
background-color: #D289EC;
}
</style>
border-color css
<style>
span { border-color: #D289EC; }
span { border-color: rgb(210,137,236); }
td.TdClassName
{
border-color: #D289EC;
}
.TagClassName
{
border-color: #D289EC;
}
</style>