Shades of Wisteria #D799EF
Tints of Wisteria #D799EF
RGB
CMYK
RGB Variations
Color information
#D799EF (or 0xD799EF) is known color: Wisteria. HEX triplet: D7, 99 and EF. RGB value is (215,153,239). Sum of RGB (Red+Green+Blue) = 215+153+239=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #D799EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D799EF is #286610. Grayscale: #B5B5B5. Windows color (decimal): -2647569 or 15702487. OLE color: 15702487.
HSL color Cylindrical-coordinate representation of color #D799EF: hue angle of 283.26º 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 #D799EF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 153 | 239 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.06 |
| HSL | 283.26º | 0.73% | 0.77% | - |
| HSV(B) | 283.26º | 0.36% | 0.94% | - |
| XYZ | 55 | 43.46 | 87.15 | - |
| YUV | 181.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 239 | 0.10 | 0.36 | 0 | 0.06 | 283.26 | 0.73 | 0.77 |
| Hex | D7 | 99 | EF | A | 24 | 0 | 6 | 11B | 49 | 4D |
| Octal | 327 | 231 | 357 | 12 | 44 | 0 | 6 | 433 | 111 | 115 |
| Binary | 11010111 | 10011001 | 11101111 | 1010 | 100100 | 0 | 110 | 100011011 | 1001001 | 1001101 |
Color Harmonies of #D799EF
Complementary color
Monochromatic Colors of #D799EF
Black with #D799EF
Text Example
Text Example
White with #D799EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799EF; }
p { color: rgb(215,153,239); }
H1.HeaderClassName
{
color: #D799EF;
}
.AnyTagClassName
{
color: #D799EF;
}
</style>
background-color css
<style>
a { background-color: #D799EF; }
a { background-color: rgb(215,153,239); }
div.DivClassName
{
background-color: #D799EF;
}
.BgClassName
{
background-color: #D799EF;
}
</style>
border-color css
<style>
span { border-color: #D799EF; }
span { border-color: rgb(215,153,239); }
td.TdClassName
{
border-color: #D799EF;
}
.TagClassName
{
border-color: #D799EF;
}
</style>