Shades of Wisteria #D894ED
Tints of Wisteria #D894ED
RGB
CMYK
RGB Variations
Color information
#D894ED (or 0xD894ED) is known color: Wisteria. HEX triplet: D8, 94 and ED. RGB value is (216,148,237). Sum of RGB (Red+Green+Blue) = 216+148+237=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #D894ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894ED is #276B12. Grayscale: #B2B2B2. Windows color (decimal): -2583315 or 15570136. OLE color: 15570136.
HSL color Cylindrical-coordinate representation of color #D894ED: hue angle of 285.84º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D894ED is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 148 | 237 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.07 |
| HSL | 285.84º | 0.71% | 0.75% | - |
| HSV(B) | 285.84º | 0.38% | 0.93% | - |
| XYZ | 54.19 | 41.89 | 85.35 | - |
| YUV | 178.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 237 | 0.09 | 0.38 | 0 | 0.07 | 285.84 | 0.71 | 0.75 |
| Hex | D8 | 94 | ED | 9 | 26 | 0 | 7 | 11E | 47 | 4B |
| Octal | 330 | 224 | 355 | 11 | 46 | 0 | 7 | 436 | 107 | 113 |
| Binary | 11011000 | 10010100 | 11101101 | 1001 | 100110 | 0 | 111 | 100011110 | 1000111 | 1001011 |
Color Harmonies of #D894ED
Complementary color
Monochromatic Colors of #D894ED
Black with #D894ED
Text Example
Text Example
White with #D894ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894ED; }
p { color: rgb(216,148,237); }
H1.HeaderClassName
{
color: #D894ED;
}
.AnyTagClassName
{
color: #D894ED;
}
</style>
background-color css
<style>
a { background-color: #D894ED; }
a { background-color: rgb(216,148,237); }
div.DivClassName
{
background-color: #D894ED;
}
.BgClassName
{
background-color: #D894ED;
}
</style>
border-color css
<style>
span { border-color: #D894ED; }
span { border-color: rgb(216,148,237); }
td.TdClassName
{
border-color: #D894ED;
}
.TagClassName
{
border-color: #D894ED;
}
</style>