Shades of Wisteria #D09FEB
Tints of Wisteria #D09FEB
RGB
CMYK
RGB Variations
Color information
#D09FEB (or 0xD09FEB) is known color: Wisteria. HEX triplet: D0, 9F and EB. RGB value is (208,159,235). Sum of RGB (Red+Green+Blue) = 208+159+235=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #D09FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FEB is #2F6014. Grayscale: #B6B6B6. Windows color (decimal): -3104789 or 15441872. OLE color: 15441872.
HSL color Cylindrical-coordinate representation of color #D09FEB: hue angle of 278.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D09FEB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 159 | 235 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.08 |
| HSL | 278.68º | 0.66% | 0.77% | - |
| HSV(B) | 278.68º | 0.32% | 0.92% | - |
| XYZ | 53.41 | 44.2 | 84.31 | - |
| YUV | 182.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 235 | 0.11 | 0.32 | 0 | 0.08 | 278.68 | 0.66 | 0.77 |
| Hex | D0 | 9F | EB | B | 20 | 0 | 8 | 117 | 42 | 4D |
| Octal | 320 | 237 | 353 | 13 | 40 | 0 | 10 | 427 | 102 | 115 |
| Binary | 11010000 | 10011111 | 11101011 | 1011 | 100000 | 0 | 1000 | 100010111 | 1000010 | 1001101 |
Color Harmonies of #D09FEB
Complementary color
Monochromatic Colors of #D09FEB
Black with #D09FEB
Text Example
Text Example
White with #D09FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FEB; }
p { color: rgb(208,159,235); }
H1.HeaderClassName
{
color: #D09FEB;
}
.AnyTagClassName
{
color: #D09FEB;
}
</style>
background-color css
<style>
a { background-color: #D09FEB; }
a { background-color: rgb(208,159,235); }
div.DivClassName
{
background-color: #D09FEB;
}
.BgClassName
{
background-color: #D09FEB;
}
</style>
border-color css
<style>
span { border-color: #D09FEB; }
span { border-color: rgb(208,159,235); }
td.TdClassName
{
border-color: #D09FEB;
}
.TagClassName
{
border-color: #D09FEB;
}
</style>