Shades of Wisteria #D09FEE
Tints of Wisteria #D09FEE
RGB
CMYK
RGB Variations
Color information
#D09FEE (or 0xD09FEE) is known color: Wisteria. HEX triplet: D0, 9F and EE. RGB value is (208,159,238). Sum of RGB (Red+Green+Blue) = 208+159+238=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #D09FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FEE is #2F6011. Grayscale: #B6B6B6. Windows color (decimal): -3104786 or 15638480. OLE color: 15638480.
HSL color Cylindrical-coordinate representation of color #D09FEE: hue angle of 277.22º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09FEE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 159 | 238 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.07 |
| HSL | 277.22º | 0.7% | 0.78% | - |
| HSV(B) | 277.22º | 0.33% | 0.93% | - |
| XYZ | 53.84 | 44.38 | 86.62 | - |
| YUV | 182.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 238 | 0.13 | 0.33 | 0 | 0.07 | 277.22 | 0.7 | 0.78 |
| Hex | D0 | 9F | EE | D | 21 | 0 | 7 | 115 | 46 | 4E |
| Octal | 320 | 237 | 356 | 15 | 41 | 0 | 7 | 425 | 106 | 116 |
| Binary | 11010000 | 10011111 | 11101110 | 1101 | 100001 | 0 | 111 | 100010101 | 1000110 | 1001110 |
Color Harmonies of #D09FEE
Complementary color
Monochromatic Colors of #D09FEE
Black with #D09FEE
Text Example
Text Example
White with #D09FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FEE; }
p { color: rgb(208,159,238); }
H1.HeaderClassName
{
color: #D09FEE;
}
.AnyTagClassName
{
color: #D09FEE;
}
</style>
background-color css
<style>
a { background-color: #D09FEE; }
a { background-color: rgb(208,159,238); }
div.DivClassName
{
background-color: #D09FEE;
}
.BgClassName
{
background-color: #D09FEE;
}
</style>
border-color css
<style>
span { border-color: #D09FEE; }
span { border-color: rgb(208,159,238); }
td.TdClassName
{
border-color: #D09FEE;
}
.TagClassName
{
border-color: #D09FEE;
}
</style>