Shades of Wisteria #D994EF
Tints of Wisteria #D994EF
RGB
CMYK
RGB Variations
Color information
#D994EF (or 0xD994EF) is known color: Wisteria. HEX triplet: D9, 94 and EF. RGB value is (217,148,239). Sum of RGB (Red+Green+Blue) = 217+148+239=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #D994EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994EF is #266B10. Grayscale: #B2B2B2. Windows color (decimal): -2517777 or 15701209. OLE color: 15701209.
HSL color Cylindrical-coordinate representation of color #D994EF: hue angle of 285.49º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D994EF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 148 | 239 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.06 |
| HSL | 285.49º | 0.74% | 0.76% | - |
| HSV(B) | 285.49º | 0.38% | 0.94% | - |
| XYZ | 54.79 | 42.16 | 86.91 | - |
| YUV | 179.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 239 | 0.09 | 0.38 | 0 | 0.06 | 285.49 | 0.74 | 0.76 |
| Hex | D9 | 94 | EF | 9 | 26 | 0 | 6 | 11D | 4A | 4C |
| Octal | 331 | 224 | 357 | 11 | 46 | 0 | 6 | 435 | 112 | 114 |
| Binary | 11011001 | 10010100 | 11101111 | 1001 | 100110 | 0 | 110 | 100011101 | 1001010 | 1001100 |
Color Harmonies of #D994EF
Complementary color
Monochromatic Colors of #D994EF
Black with #D994EF
Text Example
Text Example
White with #D994EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994EF; }
p { color: rgb(217,148,239); }
H1.HeaderClassName
{
color: #D994EF;
}
.AnyTagClassName
{
color: #D994EF;
}
</style>
background-color css
<style>
a { background-color: #D994EF; }
a { background-color: rgb(217,148,239); }
div.DivClassName
{
background-color: #D994EF;
}
.BgClassName
{
background-color: #D994EF;
}
</style>
border-color css
<style>
span { border-color: #D994EF; }
span { border-color: rgb(217,148,239); }
td.TdClassName
{
border-color: #D994EF;
}
.TagClassName
{
border-color: #D994EF;
}
</style>