Shades of Wisteria #D995EE
Tints of Wisteria #D995EE
RGB
CMYK
RGB Variations
Color information
#D995EE (or 0xD995EE) is known color: Wisteria. HEX triplet: D9, 95 and EE. RGB value is (217,149,238). Sum of RGB (Red+Green+Blue) = 217+149+238=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D995EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995EE is #266A11. Grayscale: #B3B3B3. Windows color (decimal): -2517522 or 15635929. OLE color: 15635929.
HSL color Cylindrical-coordinate representation of color #D995EE: hue angle of 285.84º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D995EE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 149 | 238 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.07 |
| HSL | 285.84º | 0.72% | 0.76% | - |
| HSV(B) | 285.84º | 0.37% | 0.93% | - |
| XYZ | 54.8 | 42.42 | 86.19 | - |
| YUV | 179.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 238 | 0.09 | 0.37 | 0 | 0.07 | 285.84 | 0.72 | 0.76 |
| Hex | D9 | 95 | EE | 9 | 25 | 0 | 7 | 11E | 48 | 4C |
| Octal | 331 | 225 | 356 | 11 | 45 | 0 | 7 | 436 | 110 | 114 |
| Binary | 11011001 | 10010101 | 11101110 | 1001 | 100101 | 0 | 111 | 100011110 | 1001000 | 1001100 |
Color Harmonies of #D995EE
Complementary color
Monochromatic Colors of #D995EE
Black with #D995EE
Text Example
Text Example
White with #D995EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995EE; }
p { color: rgb(217,149,238); }
H1.HeaderClassName
{
color: #D995EE;
}
.AnyTagClassName
{
color: #D995EE;
}
</style>
background-color css
<style>
a { background-color: #D995EE; }
a { background-color: rgb(217,149,238); }
div.DivClassName
{
background-color: #D995EE;
}
.BgClassName
{
background-color: #D995EE;
}
</style>
border-color css
<style>
span { border-color: #D995EE; }
span { border-color: rgb(217,149,238); }
td.TdClassName
{
border-color: #D995EE;
}
.TagClassName
{
border-color: #D995EE;
}
</style>