Shades of Wisteria #D598E3
Tints of Wisteria #D598E3
RGB
CMYK
RGB Variations
Color information
#D598E3 (or 0xD598E3) is known color: Wisteria. HEX triplet: D5, 98 and E3. RGB value is (213,152,227). Sum of RGB (Red+Green+Blue) = 213+152+227=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #D598E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598E3 is #2A671C. Grayscale: #B2B2B2. Windows color (decimal): -2778909 or 14915797. OLE color: 14915797.
HSL color Cylindrical-coordinate representation of color #D598E3: hue angle of 288.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D598E3 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 152 | 227 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.11 |
| HSL | 288.8º | 0.57% | 0.74% | - |
| HSV(B) | 288.8º | 0.33% | 0.89% | - |
| XYZ | 52.53 | 42.15 | 78.04 | - |
| YUV | 178.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 227 | 0.06 | 0.33 | 0 | 0.11 | 288.8 | 0.57 | 0.74 |
| Hex | D5 | 98 | E3 | 6 | 21 | 0 | B | 121 | 39 | 4A |
| Octal | 325 | 230 | 343 | 6 | 41 | 0 | 13 | 441 | 71 | 112 |
| Binary | 11010101 | 10011000 | 11100011 | 110 | 100001 | 0 | 1011 | 100100001 | 111001 | 1001010 |
Color Harmonies of #D598E3
Complementary color
Monochromatic Colors of #D598E3
Black with #D598E3
Text Example
Text Example
White with #D598E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598E3; }
p { color: rgb(213,152,227); }
H1.HeaderClassName
{
color: #D598E3;
}
.AnyTagClassName
{
color: #D598E3;
}
</style>
background-color css
<style>
a { background-color: #D598E3; }
a { background-color: rgb(213,152,227); }
div.DivClassName
{
background-color: #D598E3;
}
.BgClassName
{
background-color: #D598E3;
}
</style>
border-color css
<style>
span { border-color: #D598E3; }
span { border-color: rgb(213,152,227); }
td.TdClassName
{
border-color: #D598E3;
}
.TagClassName
{
border-color: #D598E3;
}
</style>