Shades of Wisteria #D893EF
Tints of Wisteria #D893EF
RGB
CMYK
RGB Variations
Color information
#D893EF (or 0xD893EF) is known color: Wisteria. HEX triplet: D8, 93 and EF. RGB value is (216,147,239). Sum of RGB (Red+Green+Blue) = 216+147+239=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #D893EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D893EF is #276C10. Grayscale: #B1B1B1. Windows color (decimal): -2583569 or 15700952. OLE color: 15700952.
HSL color Cylindrical-coordinate representation of color #D893EF: hue angle of 285º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D893EF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 147 | 239 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.06 |
| HSL | 285º | 0.74% | 0.76% | - |
| HSV(B) | 285º | 0.38% | 0.94% | - |
| XYZ | 54.33 | 41.7 | 86.85 | - |
| YUV | 178.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 239 | 0.10 | 0.38 | 0 | 0.06 | 285 | 0.74 | 0.76 |
| Hex | D8 | 93 | EF | A | 26 | 0 | 6 | 11D | 4A | 4C |
| Octal | 330 | 223 | 357 | 12 | 46 | 0 | 6 | 435 | 112 | 114 |
| Binary | 11011000 | 10010011 | 11101111 | 1010 | 100110 | 0 | 110 | 100011101 | 1001010 | 1001100 |
Color Harmonies of #D893EF
Complementary color
Monochromatic Colors of #D893EF
Black with #D893EF
Text Example
Text Example
White with #D893EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893EF; }
p { color: rgb(216,147,239); }
H1.HeaderClassName
{
color: #D893EF;
}
.AnyTagClassName
{
color: #D893EF;
}
</style>
background-color css
<style>
a { background-color: #D893EF; }
a { background-color: rgb(216,147,239); }
div.DivClassName
{
background-color: #D893EF;
}
.BgClassName
{
background-color: #D893EF;
}
</style>
border-color css
<style>
span { border-color: #D893EF; }
span { border-color: rgb(216,147,239); }
td.TdClassName
{
border-color: #D893EF;
}
.TagClassName
{
border-color: #D893EF;
}
</style>