Shades of Wisteria #D594E8
Tints of Wisteria #D594E8
RGB
CMYK
RGB Variations
Color information
#D594E8 (or 0xD594E8) is known color: Wisteria. HEX triplet: D5, 94 and E8. RGB value is (213,148,232). Sum of RGB (Red+Green+Blue) = 213+148+232=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #D594E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594E8 is #2A6B17. Grayscale: #B0B0B0. Windows color (decimal): -2779928 or 15242453. OLE color: 15242453.
HSL color Cylindrical-coordinate representation of color #D594E8: hue angle of 286.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D594E8 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 148 | 232 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.09 |
| HSL | 286.43º | 0.65% | 0.75% | - |
| HSV(B) | 286.43º | 0.36% | 0.91% | - |
| XYZ | 52.6 | 41.15 | 81.51 | - |
| YUV | 177.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 232 | 0.08 | 0.36 | 0 | 0.09 | 286.43 | 0.65 | 0.75 |
| Hex | D5 | 94 | E8 | 8 | 24 | 0 | 9 | 11E | 41 | 4B |
| Octal | 325 | 224 | 350 | 10 | 44 | 0 | 11 | 436 | 101 | 113 |
| Binary | 11010101 | 10010100 | 11101000 | 1000 | 100100 | 0 | 1001 | 100011110 | 1000001 | 1001011 |
Color Harmonies of #D594E8
Complementary color
Monochromatic Colors of #D594E8
Black with #D594E8
Text Example
Text Example
White with #D594E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594E8; }
p { color: rgb(213,148,232); }
H1.HeaderClassName
{
color: #D594E8;
}
.AnyTagClassName
{
color: #D594E8;
}
</style>
background-color css
<style>
a { background-color: #D594E8; }
a { background-color: rgb(213,148,232); }
div.DivClassName
{
background-color: #D594E8;
}
.BgClassName
{
background-color: #D594E8;
}
</style>
border-color css
<style>
span { border-color: #D594E8; }
span { border-color: rgb(213,148,232); }
td.TdClassName
{
border-color: #D594E8;
}
.TagClassName
{
border-color: #D594E8;
}
</style>