Shades of Wisteria #D594EA
Tints of Wisteria #D594EA
RGB
CMYK
RGB Variations
Color information
#D594EA (or 0xD594EA) is known color: Wisteria. HEX triplet: D5, 94 and EA. RGB value is (213,148,234). Sum of RGB (Red+Green+Blue) = 213+148+234=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D594EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594EA is #2A6B15. Grayscale: #B0B0B0. Windows color (decimal): -2779926 or 15373525. OLE color: 15373525.
HSL color Cylindrical-coordinate representation of color #D594EA: hue angle of 285.35º 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 #D594EA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 148 | 234 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.08 |
| HSL | 285.35º | 0.67% | 0.75% | - |
| HSV(B) | 285.35º | 0.37% | 0.92% | - |
| XYZ | 52.88 | 41.27 | 83.02 | - |
| YUV | 177.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 234 | 0.09 | 0.37 | 0 | 0.08 | 285.35 | 0.67 | 0.75 |
| Hex | D5 | 94 | EA | 9 | 25 | 0 | 8 | 11D | 43 | 4B |
| Octal | 325 | 224 | 352 | 11 | 45 | 0 | 10 | 435 | 103 | 113 |
| Binary | 11010101 | 10010100 | 11101010 | 1001 | 100101 | 0 | 1000 | 100011101 | 1000011 | 1001011 |
Color Harmonies of #D594EA
Complementary color
Monochromatic Colors of #D594EA
Black with #D594EA
Text Example
Text Example
White with #D594EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594EA; }
p { color: rgb(213,148,234); }
H1.HeaderClassName
{
color: #D594EA;
}
.AnyTagClassName
{
color: #D594EA;
}
</style>
background-color css
<style>
a { background-color: #D594EA; }
a { background-color: rgb(213,148,234); }
div.DivClassName
{
background-color: #D594EA;
}
.BgClassName
{
background-color: #D594EA;
}
</style>
border-color css
<style>
span { border-color: #D594EA; }
span { border-color: rgb(213,148,234); }
td.TdClassName
{
border-color: #D594EA;
}
.TagClassName
{
border-color: #D594EA;
}
</style>