Shades of Wisteria #D093F5
Tints of Wisteria #D093F5
RGB
CMYK
RGB Variations
Color information
#D093F5 (or 0xD093F5) is known color: Wisteria. HEX triplet: D0, 93 and F5. RGB value is (208,147,245). Sum of RGB (Red+Green+Blue) = 208+147+245=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #D093F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093F5 is #2F6C0A. Grayscale: #B0B0B0. Windows color (decimal): -3107851 or 16094160. OLE color: 16094160.
HSL color Cylindrical-coordinate representation of color #D093F5: hue angle of 277.35º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D093F5 is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 147 | 245 | - |
| CMYK | 0.15 | 0.4 | 0 | 0.04 |
| HSL | 277.35º | 0.83% | 0.77% | - |
| HSV(B) | 277.35º | 0.4% | 0.96% | - |
| XYZ | 52.93 | 40.87 | 91.49 | - |
| YUV | 176.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 245 | 0.15 | 0.4 | 0 | 0.04 | 277.35 | 0.83 | 0.77 |
| Hex | D0 | 93 | F5 | F | 28 | 0 | 4 | 115 | 53 | 4D |
| Octal | 320 | 223 | 365 | 17 | 50 | 0 | 4 | 425 | 123 | 115 |
| Binary | 11010000 | 10010011 | 11110101 | 1111 | 101000 | 0 | 100 | 100010101 | 1010011 | 1001101 |
Color Harmonies of #D093F5
Complementary color
Monochromatic Colors of #D093F5
Black with #D093F5
Text Example
Text Example
White with #D093F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093F5; }
p { color: rgb(208,147,245); }
H1.HeaderClassName
{
color: #D093F5;
}
.AnyTagClassName
{
color: #D093F5;
}
</style>
background-color css
<style>
a { background-color: #D093F5; }
a { background-color: rgb(208,147,245); }
div.DivClassName
{
background-color: #D093F5;
}
.BgClassName
{
background-color: #D093F5;
}
</style>
border-color css
<style>
span { border-color: #D093F5; }
span { border-color: rgb(208,147,245); }
td.TdClassName
{
border-color: #D093F5;
}
.TagClassName
{
border-color: #D093F5;
}
</style>