Shades of Wisteria #D891F1
Tints of Wisteria #D891F1
RGB
CMYK
RGB Variations
Color information
#D891F1 (or 0xD891F1) is known color: Wisteria. HEX triplet: D8, 91 and F1. RGB value is (216,145,241). Sum of RGB (Red+Green+Blue) = 216+145+241=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #D891F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D891F1 is #276E0E. Grayscale: #B0B0B0. Windows color (decimal): -2584079 or 15831512. OLE color: 15831512.
HSL color Cylindrical-coordinate representation of color #D891F1: hue angle of 284.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D891F1 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 145 | 241 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.05 |
| HSL | 284.38º | 0.77% | 0.76% | - |
| HSV(B) | 284.38º | 0.4% | 0.95% | - |
| XYZ | 54.32 | 41.2 | 88.31 | - |
| YUV | 177.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 241 | 0.10 | 0.40 | 0 | 0.05 | 284.38 | 0.77 | 0.76 |
| Hex | D8 | 91 | F1 | A | 28 | 0 | 5 | 11C | 4D | 4C |
| Octal | 330 | 221 | 361 | 12 | 50 | 0 | 5 | 434 | 115 | 114 |
| Binary | 11011000 | 10010001 | 11110001 | 1010 | 101000 | 0 | 101 | 100011100 | 1001101 | 1001100 |
Color Harmonies of #D891F1
Complementary color
Monochromatic Colors of #D891F1
Black with #D891F1
Text Example
Text Example
White with #D891F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891F1; }
p { color: rgb(216,145,241); }
H1.HeaderClassName
{
color: #D891F1;
}
.AnyTagClassName
{
color: #D891F1;
}
</style>
background-color css
<style>
a { background-color: #D891F1; }
a { background-color: rgb(216,145,241); }
div.DivClassName
{
background-color: #D891F1;
}
.BgClassName
{
background-color: #D891F1;
}
</style>
border-color css
<style>
span { border-color: #D891F1; }
span { border-color: rgb(216,145,241); }
td.TdClassName
{
border-color: #D891F1;
}
.TagClassName
{
border-color: #D891F1;
}
</style>