Shades of Wisteria #D58DEF
Tints of Wisteria #D58DEF
RGB
CMYK
RGB Variations
Color information
#D58DEF (or 0xD58DEF) is known color: Wisteria. HEX triplet: D5, 8D and EF. RGB value is (213,141,239). Sum of RGB (Red+Green+Blue) = 213+141+239=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #D58DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DEF is #2A7210. Grayscale: #ADADAD. Windows color (decimal): -2781713 or 15699413. OLE color: 15699413.
HSL color Cylindrical-coordinate representation of color #D58DEF: hue angle of 284.08º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D58DEF is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 141 | 239 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.06 |
| HSL | 284.08º | 0.75% | 0.75% | - |
| HSV(B) | 284.08º | 0.41% | 0.94% | - |
| XYZ | 52.55 | 39.43 | 86.5 | - |
| YUV | 173.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 239 | 0.11 | 0.41 | 0 | 0.06 | 284.08 | 0.75 | 0.75 |
| Hex | D5 | 8D | EF | B | 29 | 0 | 6 | 11C | 4B | 4B |
| Octal | 325 | 215 | 357 | 13 | 51 | 0 | 6 | 434 | 113 | 113 |
| Binary | 11010101 | 10001101 | 11101111 | 1011 | 101001 | 0 | 110 | 100011100 | 1001011 | 1001011 |
Color Harmonies of #D58DEF
Complementary color
Monochromatic Colors of #D58DEF
Black with #D58DEF
Text Example
Text Example
White with #D58DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DEF; }
p { color: rgb(213,141,239); }
H1.HeaderClassName
{
color: #D58DEF;
}
.AnyTagClassName
{
color: #D58DEF;
}
</style>
background-color css
<style>
a { background-color: #D58DEF; }
a { background-color: rgb(213,141,239); }
div.DivClassName
{
background-color: #D58DEF;
}
.BgClassName
{
background-color: #D58DEF;
}
</style>
border-color css
<style>
span { border-color: #D58DEF; }
span { border-color: rgb(213,141,239); }
td.TdClassName
{
border-color: #D58DEF;
}
.TagClassName
{
border-color: #D58DEF;
}
</style>