Shades of Wisteria #D995F3
Tints of Wisteria #D995F3
RGB
CMYK
RGB Variations
Color information
#D995F3 (or 0xD995F3) is known color: Wisteria. HEX triplet: D9, 95 and F3. RGB value is (217,149,243). Sum of RGB (Red+Green+Blue) = 217+149+243=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #D995F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995F3 is #266A0C. Grayscale: #B3B3B3. Windows color (decimal): -2517517 or 15963609. OLE color: 15963609.
HSL color Cylindrical-coordinate representation of color #D995F3: hue angle of 283.4º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D995F3 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 149 | 243 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.05 |
| HSL | 283.4º | 0.8% | 0.77% | - |
| HSV(B) | 283.4º | 0.39% | 0.95% | - |
| XYZ | 55.54 | 42.72 | 90.11 | - |
| YUV | 180.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 243 | 0.11 | 0.39 | 0 | 0.05 | 283.4 | 0.8 | 0.77 |
| Hex | D9 | 95 | F3 | B | 27 | 0 | 5 | 11B | 50 | 4D |
| Octal | 331 | 225 | 363 | 13 | 47 | 0 | 5 | 433 | 120 | 115 |
| Binary | 11011001 | 10010101 | 11110011 | 1011 | 100111 | 0 | 101 | 100011011 | 1010000 | 1001101 |
Color Harmonies of #D995F3
Complementary color
Monochromatic Colors of #D995F3
Black with #D995F3
Text Example
Text Example
White with #D995F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995F3; }
p { color: rgb(217,149,243); }
H1.HeaderClassName
{
color: #D995F3;
}
.AnyTagClassName
{
color: #D995F3;
}
</style>
background-color css
<style>
a { background-color: #D995F3; }
a { background-color: rgb(217,149,243); }
div.DivClassName
{
background-color: #D995F3;
}
.BgClassName
{
background-color: #D995F3;
}
</style>
border-color css
<style>
span { border-color: #D995F3; }
span { border-color: rgb(217,149,243); }
td.TdClassName
{
border-color: #D995F3;
}
.TagClassName
{
border-color: #D995F3;
}
</style>