Shades of Wisteria #D599E4
Tints of Wisteria #D599E4
RGB
CMYK
RGB Variations
Color information
#D599E4 (or 0xD599E4) is known color: Wisteria. HEX triplet: D5, 99 and E4. RGB value is (213,153,228). Sum of RGB (Red+Green+Blue) = 213+153+228=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #D599E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599E4 is #2A661B. Grayscale: #B3B3B3. Windows color (decimal): -2778652 or 14981589. OLE color: 14981589.
HSL color Cylindrical-coordinate representation of color #D599E4: hue angle of 288º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D599E4 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 153 | 228 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.11 |
| HSL | 288º | 0.58% | 0.75% | - |
| HSV(B) | 288º | 0.33% | 0.89% | - |
| XYZ | 52.84 | 42.53 | 78.82 | - |
| YUV | 179.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 228 | 0.07 | 0.33 | 0 | 0.11 | 288 | 0.58 | 0.75 |
| Hex | D5 | 99 | E4 | 7 | 21 | 0 | B | 120 | 3A | 4B |
| Octal | 325 | 231 | 344 | 7 | 41 | 0 | 13 | 440 | 72 | 113 |
| Binary | 11010101 | 10011001 | 11100100 | 111 | 100001 | 0 | 1011 | 100100000 | 111010 | 1001011 |
Color Harmonies of #D599E4
Complementary color
Monochromatic Colors of #D599E4
Black with #D599E4
Text Example
Text Example
White with #D599E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599E4; }
p { color: rgb(213,153,228); }
H1.HeaderClassName
{
color: #D599E4;
}
.AnyTagClassName
{
color: #D599E4;
}
</style>
background-color css
<style>
a { background-color: #D599E4; }
a { background-color: rgb(213,153,228); }
div.DivClassName
{
background-color: #D599E4;
}
.BgClassName
{
background-color: #D599E4;
}
</style>
border-color css
<style>
span { border-color: #D599E4; }
span { border-color: rgb(213,153,228); }
td.TdClassName
{
border-color: #D599E4;
}
.TagClassName
{
border-color: #D599E4;
}
</style>