Shades of Wisteria #D091E7
Tints of Wisteria #D091E7
RGB
CMYK
RGB Variations
Color information
#D091E7 (or 0xD091E7) is known color: Wisteria. HEX triplet: D0, 91 and E7. RGB value is (208,145,231). Sum of RGB (Red+Green+Blue) = 208+145+231=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #D091E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091E7 is #2F6E18. Grayscale: #ADADAD. Windows color (decimal): -3108377 or 15176144. OLE color: 15176144.
HSL color Cylindrical-coordinate representation of color #D091E7: hue angle of 283.95º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D091E7 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 145 | 231 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.09 |
| HSL | 283.95º | 0.64% | 0.74% | - |
| HSV(B) | 283.95º | 0.37% | 0.91% | - |
| XYZ | 50.56 | 39.43 | 80.55 | - |
| YUV | 173.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 231 | 0.10 | 0.37 | 0 | 0.09 | 283.95 | 0.64 | 0.74 |
| Hex | D0 | 91 | E7 | A | 25 | 0 | 9 | 11C | 40 | 4A |
| Octal | 320 | 221 | 347 | 12 | 45 | 0 | 11 | 434 | 100 | 112 |
| Binary | 11010000 | 10010001 | 11100111 | 1010 | 100101 | 0 | 1001 | 100011100 | 1000000 | 1001010 |
Color Harmonies of #D091E7
Complementary color
Monochromatic Colors of #D091E7
Black with #D091E7
Text Example
Text Example
White with #D091E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D091E7; }
p { color: rgb(208,145,231); }
H1.HeaderClassName
{
color: #D091E7;
}
.AnyTagClassName
{
color: #D091E7;
}
</style>
background-color css
<style>
a { background-color: #D091E7; }
a { background-color: rgb(208,145,231); }
div.DivClassName
{
background-color: #D091E7;
}
.BgClassName
{
background-color: #D091E7;
}
</style>
border-color css
<style>
span { border-color: #D091E7; }
span { border-color: rgb(208,145,231); }
td.TdClassName
{
border-color: #D091E7;
}
.TagClassName
{
border-color: #D091E7;
}
</style>