Shades of Wisteria #D599EE
Tints of Wisteria #D599EE
RGB
CMYK
RGB Variations
Color information
#D599EE (or 0xD599EE) is known color: Wisteria. HEX triplet: D5, 99 and EE. RGB value is (213,153,238). Sum of RGB (Red+Green+Blue) = 213+153+238=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D599EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D599EE is #2A6611. Grayscale: #B4B4B4. Windows color (decimal): -2778642 or 15636949. OLE color: 15636949.
HSL color Cylindrical-coordinate representation of color #D599EE: hue angle of 282.35º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D599EE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 153 | 238 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.07 |
| HSL | 282.35º | 0.71% | 0.77% | - |
| HSV(B) | 282.35º | 0.36% | 0.93% | - |
| XYZ | 54.26 | 43.1 | 86.35 | - |
| YUV | 180.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 238 | 0.11 | 0.36 | 0 | 0.07 | 282.35 | 0.71 | 0.77 |
| Hex | D5 | 99 | EE | B | 24 | 0 | 7 | 11A | 47 | 4D |
| Octal | 325 | 231 | 356 | 13 | 44 | 0 | 7 | 432 | 107 | 115 |
| Binary | 11010101 | 10011001 | 11101110 | 1011 | 100100 | 0 | 111 | 100011010 | 1000111 | 1001101 |
Color Harmonies of #D599EE
Complementary color
Monochromatic Colors of #D599EE
Black with #D599EE
Text Example
Text Example
White with #D599EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599EE; }
p { color: rgb(213,153,238); }
H1.HeaderClassName
{
color: #D599EE;
}
.AnyTagClassName
{
color: #D599EE;
}
</style>
background-color css
<style>
a { background-color: #D599EE; }
a { background-color: rgb(213,153,238); }
div.DivClassName
{
background-color: #D599EE;
}
.BgClassName
{
background-color: #D599EE;
}
</style>
border-color css
<style>
span { border-color: #D599EE; }
span { border-color: rgb(213,153,238); }
td.TdClassName
{
border-color: #D599EE;
}
.TagClassName
{
border-color: #D599EE;
}
</style>