Shades of Wisteria #D091F3
Tints of Wisteria #D091F3
RGB
CMYK
RGB Variations
Color information
#D091F3 (or 0xD091F3) is known color: Wisteria. HEX triplet: D0, 91 and F3. RGB value is (208,145,243). Sum of RGB (Red+Green+Blue) = 208+145+243=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #D091F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091F3 is #2F6E0C. Grayscale: #AEAEAE. Windows color (decimal): -3108365 or 15962576. OLE color: 15962576.
HSL color Cylindrical-coordinate representation of color #D091F3: hue angle of 278.57º degrees, saturation: 0.8, 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 #D091F3 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 145 | 243 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.05 |
| HSL | 278.57º | 0.8% | 0.76% | - |
| HSV(B) | 278.57º | 0.4% | 0.95% | - |
| XYZ | 52.32 | 40.13 | 89.78 | - |
| YUV | 175.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 243 | 0.14 | 0.40 | 0 | 0.05 | 278.57 | 0.8 | 0.76 |
| Hex | D0 | 91 | F3 | E | 28 | 0 | 5 | 117 | 50 | 4C |
| Octal | 320 | 221 | 363 | 16 | 50 | 0 | 5 | 427 | 120 | 114 |
| Binary | 11010000 | 10010001 | 11110011 | 1110 | 101000 | 0 | 101 | 100010111 | 1010000 | 1001100 |
Color Harmonies of #D091F3
Complementary color
Monochromatic Colors of #D091F3
Black with #D091F3
Text Example
Text Example
White with #D091F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091F3; }
p { color: rgb(208,145,243); }
H1.HeaderClassName
{
color: #D091F3;
}
.AnyTagClassName
{
color: #D091F3;
}
</style>
background-color css
<style>
a { background-color: #D091F3; }
a { background-color: rgb(208,145,243); }
div.DivClassName
{
background-color: #D091F3;
}
.BgClassName
{
background-color: #D091F3;
}
</style>
border-color css
<style>
span { border-color: #D091F3; }
span { border-color: rgb(208,145,243); }
td.TdClassName
{
border-color: #D091F3;
}
.TagClassName
{
border-color: #D091F3;
}
</style>