Shades of Wisteria #D598EE
Tints of Wisteria #D598EE
RGB
CMYK
RGB Variations
Color information
#D598EE (or 0xD598EE) is known color: Wisteria. HEX triplet: D5, 98 and EE. RGB value is (213,152,238). Sum of RGB (Red+Green+Blue) = 213+152+238=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #D598EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598EE is #2A6711. Grayscale: #B3B3B3. Windows color (decimal): -2778898 or 15636693. OLE color: 15636693.
HSL color Cylindrical-coordinate representation of color #D598EE: hue angle of 282.56º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D598EE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 152 | 238 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.07 |
| HSL | 282.56º | 0.72% | 0.76% | - |
| HSV(B) | 282.56º | 0.36% | 0.93% | - |
| XYZ | 54.1 | 42.78 | 86.29 | - |
| YUV | 180.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 238 | 0.11 | 0.36 | 0 | 0.07 | 282.56 | 0.72 | 0.76 |
| Hex | D5 | 98 | EE | B | 24 | 0 | 7 | 11B | 48 | 4C |
| Octal | 325 | 230 | 356 | 13 | 44 | 0 | 7 | 433 | 110 | 114 |
| Binary | 11010101 | 10011000 | 11101110 | 1011 | 100100 | 0 | 111 | 100011011 | 1001000 | 1001100 |
Color Harmonies of #D598EE
Complementary color
Monochromatic Colors of #D598EE
Black with #D598EE
Text Example
Text Example
White with #D598EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598EE; }
p { color: rgb(213,152,238); }
H1.HeaderClassName
{
color: #D598EE;
}
.AnyTagClassName
{
color: #D598EE;
}
</style>
background-color css
<style>
a { background-color: #D598EE; }
a { background-color: rgb(213,152,238); }
div.DivClassName
{
background-color: #D598EE;
}
.BgClassName
{
background-color: #D598EE;
}
</style>
border-color css
<style>
span { border-color: #D598EE; }
span { border-color: rgb(213,152,238); }
td.TdClassName
{
border-color: #D598EE;
}
.TagClassName
{
border-color: #D598EE;
}
</style>