Shades of Wisteria #D599E5
Tints of Wisteria #D599E5
RGB
CMYK
RGB Variations
Color information
#D599E5 (or 0xD599E5) is known color: Wisteria. HEX triplet: D5, 99 and E5. RGB value is (213,153,229). Sum of RGB (Red+Green+Blue) = 213+153+229=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #D599E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599E5 is #2A661A. Grayscale: #B3B3B3. Windows color (decimal): -2778651 or 15047125. OLE color: 15047125.
HSL color Cylindrical-coordinate representation of color #D599E5: hue angle of 287.37º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D599E5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 153 | 229 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.10 |
| HSL | 287.37º | 0.59% | 0.75% | - |
| HSV(B) | 287.37º | 0.33% | 0.9% | - |
| XYZ | 52.97 | 42.59 | 79.56 | - |
| YUV | 179.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 229 | 0.07 | 0.33 | 0 | 0.10 | 287.37 | 0.59 | 0.75 |
| Hex | D5 | 99 | E5 | 7 | 21 | 0 | A | 11F | 3B | 4B |
| Octal | 325 | 231 | 345 | 7 | 41 | 0 | 12 | 437 | 73 | 113 |
| Binary | 11010101 | 10011001 | 11100101 | 111 | 100001 | 0 | 1010 | 100011111 | 111011 | 1001011 |
Color Harmonies of #D599E5
Complementary color
Monochromatic Colors of #D599E5
Black with #D599E5
Text Example
Text Example
White with #D599E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599E5; }
p { color: rgb(213,153,229); }
H1.HeaderClassName
{
color: #D599E5;
}
.AnyTagClassName
{
color: #D599E5;
}
</style>
background-color css
<style>
a { background-color: #D599E5; }
a { background-color: rgb(213,153,229); }
div.DivClassName
{
background-color: #D599E5;
}
.BgClassName
{
background-color: #D599E5;
}
</style>
border-color css
<style>
span { border-color: #D599E5; }
span { border-color: rgb(213,153,229); }
td.TdClassName
{
border-color: #D599E5;
}
.TagClassName
{
border-color: #D599E5;
}
</style>