Shades of Wisteria #D994F1
Tints of Wisteria #D994F1
RGB
CMYK
RGB Variations
Color information
#D994F1 (or 0xD994F1) is known color: Wisteria. HEX triplet: D9, 94 and F1. RGB value is (217,148,241). Sum of RGB (Red+Green+Blue) = 217+148+241=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #D994F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994F1 is #266B0E. Grayscale: #B2B2B2. Windows color (decimal): -2517775 or 15832281. OLE color: 15832281.
HSL color Cylindrical-coordinate representation of color #D994F1: hue angle of 284.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D994F1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 148 | 241 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.05 |
| HSL | 284.52º | 0.77% | 0.76% | - |
| HSV(B) | 284.52º | 0.39% | 0.95% | - |
| XYZ | 55.08 | 42.28 | 88.48 | - |
| YUV | 179.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 241 | 0.10 | 0.39 | 0 | 0.05 | 284.52 | 0.77 | 0.76 |
| Hex | D9 | 94 | F1 | A | 27 | 0 | 5 | 11D | 4D | 4C |
| Octal | 331 | 224 | 361 | 12 | 47 | 0 | 5 | 435 | 115 | 114 |
| Binary | 11011001 | 10010100 | 11110001 | 1010 | 100111 | 0 | 101 | 100011101 | 1001101 | 1001100 |
Color Harmonies of #D994F1
Complementary color
Monochromatic Colors of #D994F1
Black with #D994F1
Text Example
Text Example
White with #D994F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994F1; }
p { color: rgb(217,148,241); }
H1.HeaderClassName
{
color: #D994F1;
}
.AnyTagClassName
{
color: #D994F1;
}
</style>
background-color css
<style>
a { background-color: #D994F1; }
a { background-color: rgb(217,148,241); }
div.DivClassName
{
background-color: #D994F1;
}
.BgClassName
{
background-color: #D994F1;
}
</style>
border-color css
<style>
span { border-color: #D994F1; }
span { border-color: rgb(217,148,241); }
td.TdClassName
{
border-color: #D994F1;
}
.TagClassName
{
border-color: #D994F1;
}
</style>