Shades of Wisteria #D389EA
Tints of Wisteria #D389EA
RGB
CMYK
RGB Variations
Color information
#D389EA (or 0xD389EA) is known color: Wisteria. HEX triplet: D3, 89 and EA. RGB value is (211,137,234). Sum of RGB (Red+Green+Blue) = 211+137+234=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #D389EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D389EA is #2C7615. Grayscale: #A9A9A9. Windows color (decimal): -2913814 or 15370707. OLE color: 15370707.
HSL color Cylindrical-coordinate representation of color #D389EA: hue angle of 285.77º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D389EA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 137 | 234 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.08 |
| HSL | 285.77º | 0.7% | 0.73% | - |
| HSV(B) | 285.77º | 0.41% | 0.92% | - |
| XYZ | 50.66 | 37.68 | 82.44 | - |
| YUV | 170.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 137 | 234 | 0.10 | 0.41 | 0 | 0.08 | 285.77 | 0.7 | 0.73 |
| Hex | D3 | 89 | EA | A | 29 | 0 | 8 | 11E | 46 | 49 |
| Octal | 323 | 211 | 352 | 12 | 51 | 0 | 10 | 436 | 106 | 111 |
| Binary | 11010011 | 10001001 | 11101010 | 1010 | 101001 | 0 | 1000 | 100011110 | 1000110 | 1001001 |
Color Harmonies of #D389EA
Complementary color
Monochromatic Colors of #D389EA
Black with #D389EA
Text Example
Text Example
White with #D389EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D389EA; }
p { color: rgb(211,137,234); }
H1.HeaderClassName
{
color: #D389EA;
}
.AnyTagClassName
{
color: #D389EA;
}
</style>
background-color css
<style>
a { background-color: #D389EA; }
a { background-color: rgb(211,137,234); }
div.DivClassName
{
background-color: #D389EA;
}
.BgClassName
{
background-color: #D389EA;
}
</style>
border-color css
<style>
span { border-color: #D389EA; }
span { border-color: rgb(211,137,234); }
td.TdClassName
{
border-color: #D389EA;
}
.TagClassName
{
border-color: #D389EA;
}
</style>