Shades of Wisteria #D091F1
Tints of Wisteria #D091F1
RGB
CMYK
RGB Variations
Color information
#D091F1 (or 0xD091F1) is known color: Wisteria. HEX triplet: D0, 91 and F1. RGB value is (208,145,241). Sum of RGB (Red+Green+Blue) = 208+145+241=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #D091F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091F1 is #2F6E0E. Grayscale: #AEAEAE. Windows color (decimal): -3108367 or 15831504. OLE color: 15831504.
HSL color Cylindrical-coordinate representation of color #D091F1: hue angle of 279.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 #D091F1 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 145 | 241 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.05 |
| HSL | 279.38º | 0.77% | 0.76% | - |
| HSV(B) | 279.38º | 0.4% | 0.95% | - |
| XYZ | 52.02 | 40.01 | 88.2 | - |
| YUV | 174.78 | 165.37 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 241 | 0.14 | 0.40 | 0 | 0.05 | 279.38 | 0.77 | 0.76 |
| Hex | D0 | 91 | F1 | E | 28 | 0 | 5 | 117 | 4D | 4C |
| Octal | 320 | 221 | 361 | 16 | 50 | 0 | 5 | 427 | 115 | 114 |
| Binary | 11010000 | 10010001 | 11110001 | 1110 | 101000 | 0 | 101 | 100010111 | 1001101 | 1001100 |
Color Harmonies of #D091F1
Complementary color
Monochromatic Colors of #D091F1
Black with #D091F1
Text Example
Text Example
White with #D091F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091F1; }
p { color: rgb(208,145,241); }
H1.HeaderClassName
{
color: #D091F1;
}
.AnyTagClassName
{
color: #D091F1;
}
</style>
background-color css
<style>
a { background-color: #D091F1; }
a { background-color: rgb(208,145,241); }
div.DivClassName
{
background-color: #D091F1;
}
.BgClassName
{
background-color: #D091F1;
}
</style>
border-color css
<style>
span { border-color: #D091F1; }
span { border-color: rgb(208,145,241); }
td.TdClassName
{
border-color: #D091F1;
}
.TagClassName
{
border-color: #D091F1;
}
</style>