Shades of Wisteria #D289E1
Tints of Wisteria #D289E1
RGB
CMYK
RGB Variations
Color information
#D289E1 (or 0xD289E1) is known color: Wisteria. HEX triplet: D2, 89 and E1. RGB value is (210,137,225). Sum of RGB (Red+Green+Blue) = 210+137+225=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #D289E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289E1 is #2D761E. Grayscale: #A8A8A8. Windows color (decimal): -2979359 or 14780882. OLE color: 14780882.
HSL color Cylindrical-coordinate representation of color #D289E1: hue angle of 289.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D289E1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 137 | 225 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.12 |
| HSL | 289.77º | 0.59% | 0.71% | - |
| HSV(B) | 289.77º | 0.39% | 0.88% | - |
| XYZ | 49.11 | 37.03 | 75.79 | - |
| YUV | 168.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 225 | 0.07 | 0.39 | 0 | 0.12 | 289.77 | 0.59 | 0.71 |
| Hex | D2 | 89 | E1 | 7 | 27 | 0 | C | 122 | 3B | 47 |
| Octal | 322 | 211 | 341 | 7 | 47 | 0 | 14 | 442 | 73 | 107 |
| Binary | 11010010 | 10001001 | 11100001 | 111 | 100111 | 0 | 1100 | 100100010 | 111011 | 1000111 |
Color Harmonies of #D289E1
Complementary color
Monochromatic Colors of #D289E1
Black with #D289E1
Text Example
Text Example
White with #D289E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D289E1; }
p { color: rgb(210,137,225); }
H1.HeaderClassName
{
color: #D289E1;
}
.AnyTagClassName
{
color: #D289E1;
}
</style>
background-color css
<style>
a { background-color: #D289E1; }
a { background-color: rgb(210,137,225); }
div.DivClassName
{
background-color: #D289E1;
}
.BgClassName
{
background-color: #D289E1;
}
</style>
border-color css
<style>
span { border-color: #D289E1; }
span { border-color: rgb(210,137,225); }
td.TdClassName
{
border-color: #D289E1;
}
.TagClassName
{
border-color: #D289E1;
}
</style>