Shades of Wisteria #D289E2
Tints of Wisteria #D289E2
RGB
CMYK
RGB Variations
Color information
#D289E2 (or 0xD289E2) is known color: Wisteria. HEX triplet: D2, 89 and E2. RGB value is (210,137,226). Sum of RGB (Red+Green+Blue) = 210+137+226=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #D289E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289E2 is #2D761D. Grayscale: #A8A8A8. Windows color (decimal): -2979358 or 14846418. OLE color: 14846418.
HSL color Cylindrical-coordinate representation of color #D289E2: hue angle of 289.21º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D289E2 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 137 | 226 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.11 |
| HSL | 289.21º | 0.61% | 0.71% | - |
| HSV(B) | 289.21º | 0.39% | 0.89% | - |
| XYZ | 49.25 | 37.08 | 76.51 | - |
| YUV | 168.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 226 | 0.07 | 0.39 | 0 | 0.11 | 289.21 | 0.61 | 0.71 |
| Hex | D2 | 89 | E2 | 7 | 27 | 0 | B | 121 | 3D | 47 |
| Octal | 322 | 211 | 342 | 7 | 47 | 0 | 13 | 441 | 75 | 107 |
| Binary | 11010010 | 10001001 | 11100010 | 111 | 100111 | 0 | 1011 | 100100001 | 111101 | 1000111 |
Color Harmonies of #D289E2
Complementary color
Monochromatic Colors of #D289E2
Black with #D289E2
Text Example
Text Example
White with #D289E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289E2; }
p { color: rgb(210,137,226); }
H1.HeaderClassName
{
color: #D289E2;
}
.AnyTagClassName
{
color: #D289E2;
}
</style>
background-color css
<style>
a { background-color: #D289E2; }
a { background-color: rgb(210,137,226); }
div.DivClassName
{
background-color: #D289E2;
}
.BgClassName
{
background-color: #D289E2;
}
</style>
border-color css
<style>
span { border-color: #D289E2; }
span { border-color: rgb(210,137,226); }
td.TdClassName
{
border-color: #D289E2;
}
.TagClassName
{
border-color: #D289E2;
}
</style>