Shades of Wisteria #D599EF
Tints of Wisteria #D599EF
RGB
CMYK
RGB Variations
Color information
#D599EF (or 0xD599EF) is known color: Wisteria. HEX triplet: D5, 99 and EF. RGB value is (213,153,239). Sum of RGB (Red+Green+Blue) = 213+153+239=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #D599EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D599EF is #2A6610. Grayscale: #B4B4B4. Windows color (decimal): -2778641 or 15702485. OLE color: 15702485.
HSL color Cylindrical-coordinate representation of color #D599EF: hue angle of 281.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D599EF is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 153 | 239 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.06 |
| HSL | 281.86º | 0.73% | 0.77% | - |
| HSV(B) | 281.86º | 0.36% | 0.94% | - |
| XYZ | 54.41 | 43.16 | 87.12 | - |
| YUV | 180.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 239 | 0.11 | 0.36 | 0 | 0.06 | 281.86 | 0.73 | 0.77 |
| Hex | D5 | 99 | EF | B | 24 | 0 | 6 | 11A | 49 | 4D |
| Octal | 325 | 231 | 357 | 13 | 44 | 0 | 6 | 432 | 111 | 115 |
| Binary | 11010101 | 10011001 | 11101111 | 1011 | 100100 | 0 | 110 | 100011010 | 1001001 | 1001101 |
Color Harmonies of #D599EF
Complementary color
Monochromatic Colors of #D599EF
Black with #D599EF
Text Example
Text Example
White with #D599EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599EF; }
p { color: rgb(213,153,239); }
H1.HeaderClassName
{
color: #D599EF;
}
.AnyTagClassName
{
color: #D599EF;
}
</style>
background-color css
<style>
a { background-color: #D599EF; }
a { background-color: rgb(213,153,239); }
div.DivClassName
{
background-color: #D599EF;
}
.BgClassName
{
background-color: #D599EF;
}
</style>
border-color css
<style>
span { border-color: #D599EF; }
span { border-color: rgb(213,153,239); }
td.TdClassName
{
border-color: #D599EF;
}
.TagClassName
{
border-color: #D599EF;
}
</style>