Shades of Wisteria #D58FED
Tints of Wisteria #D58FED
RGB
CMYK
RGB Variations
Color information
#D58FED (or 0xD58FED) is known color: Wisteria. HEX triplet: D5, 8F and ED. RGB value is (213,143,237). Sum of RGB (Red+Green+Blue) = 213+143+237=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FED is #2A7012. Grayscale: #AEAEAE. Windows color (decimal): -2781203 or 15568853. OLE color: 15568853.
HSL color Cylindrical-coordinate representation of color #D58FED: hue angle of 284.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D58FED is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 143 | 237 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.07 |
| HSL | 284.68º | 0.72% | 0.75% | - |
| HSV(B) | 284.68º | 0.4% | 0.93% | - |
| XYZ | 52.55 | 39.91 | 85.05 | - |
| YUV | 174.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 237 | 0.10 | 0.40 | 0 | 0.07 | 284.68 | 0.72 | 0.75 |
| Hex | D5 | 8F | ED | A | 28 | 0 | 7 | 11D | 48 | 4B |
| Octal | 325 | 217 | 355 | 12 | 50 | 0 | 7 | 435 | 110 | 113 |
| Binary | 11010101 | 10001111 | 11101101 | 1010 | 101000 | 0 | 111 | 100011101 | 1001000 | 1001011 |
Color Harmonies of #D58FED
Complementary color
Monochromatic Colors of #D58FED
Black with #D58FED
Text Example
Text Example
White with #D58FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FED; }
p { color: rgb(213,143,237); }
H1.HeaderClassName
{
color: #D58FED;
}
.AnyTagClassName
{
color: #D58FED;
}
</style>
background-color css
<style>
a { background-color: #D58FED; }
a { background-color: rgb(213,143,237); }
div.DivClassName
{
background-color: #D58FED;
}
.BgClassName
{
background-color: #D58FED;
}
</style>
border-color css
<style>
span { border-color: #D58FED; }
span { border-color: rgb(213,143,237); }
td.TdClassName
{
border-color: #D58FED;
}
.TagClassName
{
border-color: #D58FED;
}
</style>