Shades of Wisteria #D58EF3
Tints of Wisteria #D58EF3
RGB
CMYK
RGB Variations
Color information
#D58EF3 (or 0xD58EF3) is known color: Wisteria. HEX triplet: D5, 8E and F3. RGB value is (213,142,243). Sum of RGB (Red+Green+Blue) = 213+142+243=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #D58EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EF3 is #2A710C. Grayscale: #AEAEAE. Windows color (decimal): -2781453 or 15961813. OLE color: 15961813.
HSL color Cylindrical-coordinate representation of color #D58EF3: hue angle of 282.18º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D58EF3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 142 | 243 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.05 |
| HSL | 282.18º | 0.81% | 0.75% | - |
| HSV(B) | 282.18º | 0.42% | 0.95% | - |
| XYZ | 53.29 | 39.96 | 89.7 | - |
| YUV | 174.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 243 | 0.12 | 0.42 | 0 | 0.05 | 282.18 | 0.81 | 0.75 |
| Hex | D5 | 8E | F3 | C | 2A | 0 | 5 | 11A | 51 | 4B |
| Octal | 325 | 216 | 363 | 14 | 52 | 0 | 5 | 432 | 121 | 113 |
| Binary | 11010101 | 10001110 | 11110011 | 1100 | 101010 | 0 | 101 | 100011010 | 1010001 | 1001011 |
Color Harmonies of #D58EF3
Complementary color
Monochromatic Colors of #D58EF3
Black with #D58EF3
Text Example
Text Example
White with #D58EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58EF3; }
p { color: rgb(213,142,243); }
H1.HeaderClassName
{
color: #D58EF3;
}
.AnyTagClassName
{
color: #D58EF3;
}
</style>
background-color css
<style>
a { background-color: #D58EF3; }
a { background-color: rgb(213,142,243); }
div.DivClassName
{
background-color: #D58EF3;
}
.BgClassName
{
background-color: #D58EF3;
}
</style>
border-color css
<style>
span { border-color: #D58EF3; }
span { border-color: rgb(213,142,243); }
td.TdClassName
{
border-color: #D58EF3;
}
.TagClassName
{
border-color: #D58EF3;
}
</style>