Shades of Wisteria #D890ED
Tints of Wisteria #D890ED
RGB
CMYK
RGB Variations
Color information
#D890ED (or 0xD890ED) is known color: Wisteria. HEX triplet: D8, 90 and ED. RGB value is (216,144,237). Sum of RGB (Red+Green+Blue) = 216+144+237=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #D890ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D890ED is #276F12. Grayscale: #AFAFAF. Windows color (decimal): -2584339 or 15569112. OLE color: 15569112.
HSL color Cylindrical-coordinate representation of color #D890ED: hue angle of 286.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D890ED is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 144 | 237 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.07 |
| HSL | 286.45º | 0.72% | 0.75% | - |
| HSV(B) | 286.45º | 0.39% | 0.93% | - |
| XYZ | 53.58 | 40.66 | 85.15 | - |
| YUV | 176.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 237 | 0.09 | 0.39 | 0 | 0.07 | 286.45 | 0.72 | 0.75 |
| Hex | D8 | 90 | ED | 9 | 27 | 0 | 7 | 11E | 48 | 4B |
| Octal | 330 | 220 | 355 | 11 | 47 | 0 | 7 | 436 | 110 | 113 |
| Binary | 11011000 | 10010000 | 11101101 | 1001 | 100111 | 0 | 111 | 100011110 | 1001000 | 1001011 |
Color Harmonies of #D890ED
Complementary color
Monochromatic Colors of #D890ED
Black with #D890ED
Text Example
Text Example
White with #D890ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890ED; }
p { color: rgb(216,144,237); }
H1.HeaderClassName
{
color: #D890ED;
}
.AnyTagClassName
{
color: #D890ED;
}
</style>
background-color css
<style>
a { background-color: #D890ED; }
a { background-color: rgb(216,144,237); }
div.DivClassName
{
background-color: #D890ED;
}
.BgClassName
{
background-color: #D890ED;
}
</style>
border-color css
<style>
span { border-color: #D890ED; }
span { border-color: rgb(216,144,237); }
td.TdClassName
{
border-color: #D890ED;
}
.TagClassName
{
border-color: #D890ED;
}
</style>