Shades of Wisteria #D894EA
Tints of Wisteria #D894EA
RGB
CMYK
RGB Variations
Color information
#D894EA (or 0xD894EA) is known color: Wisteria. HEX triplet: D8, 94 and EA. RGB value is (216,148,234). Sum of RGB (Red+Green+Blue) = 216+148+234=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #D894EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894EA is #276B15. Grayscale: #B1B1B1. Windows color (decimal): -2583318 or 15373528. OLE color: 15373528.
HSL color Cylindrical-coordinate representation of color #D894EA: hue angle of 287.44º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D894EA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 148 | 234 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.08 |
| HSL | 287.44º | 0.67% | 0.75% | - |
| HSV(B) | 287.44º | 0.37% | 0.92% | - |
| XYZ | 53.76 | 41.72 | 83.06 | - |
| YUV | 178.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 234 | 0.08 | 0.37 | 0 | 0.08 | 287.44 | 0.67 | 0.75 |
| Hex | D8 | 94 | EA | 8 | 25 | 0 | 8 | 11F | 43 | 4B |
| Octal | 330 | 224 | 352 | 10 | 45 | 0 | 10 | 437 | 103 | 113 |
| Binary | 11011000 | 10010100 | 11101010 | 1000 | 100101 | 0 | 1000 | 100011111 | 1000011 | 1001011 |
Color Harmonies of #D894EA
Complementary color
Monochromatic Colors of #D894EA
Black with #D894EA
Text Example
Text Example
White with #D894EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894EA; }
p { color: rgb(216,148,234); }
H1.HeaderClassName
{
color: #D894EA;
}
.AnyTagClassName
{
color: #D894EA;
}
</style>
background-color css
<style>
a { background-color: #D894EA; }
a { background-color: rgb(216,148,234); }
div.DivClassName
{
background-color: #D894EA;
}
.BgClassName
{
background-color: #D894EA;
}
</style>
border-color css
<style>
span { border-color: #D894EA; }
span { border-color: rgb(216,148,234); }
td.TdClassName
{
border-color: #D894EA;
}
.TagClassName
{
border-color: #D894EA;
}
</style>