Shades of Wisteria #D69FEE
Tints of Wisteria #D69FEE
RGB
CMYK
RGB Variations
Color information
#D69FEE (or 0xD69FEE) is known color: Wisteria. HEX triplet: D6, 9F and EE. RGB value is (214,159,238). Sum of RGB (Red+Green+Blue) = 214+159+238=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #D69FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEE is #296011. Grayscale: #B8B8B8. Windows color (decimal): -2711570 or 15638486. OLE color: 15638486.
HSL color Cylindrical-coordinate representation of color #D69FEE: hue angle of 281.77º 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 #D69FEE is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 159 | 238 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.07 |
| HSL | 281.77º | 0.7% | 0.78% | - |
| HSV(B) | 281.77º | 0.33% | 0.93% | - |
| XYZ | 55.56 | 45.27 | 86.7 | - |
| YUV | 184.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 238 | 0.10 | 0.33 | 0 | 0.07 | 281.77 | 0.7 | 0.78 |
| Hex | D6 | 9F | EE | A | 21 | 0 | 7 | 11A | 46 | 4E |
| Octal | 326 | 237 | 356 | 12 | 41 | 0 | 7 | 432 | 106 | 116 |
| Binary | 11010110 | 10011111 | 11101110 | 1010 | 100001 | 0 | 111 | 100011010 | 1000110 | 1001110 |
Color Harmonies of #D69FEE
Complementary color
Monochromatic Colors of #D69FEE
Black with #D69FEE
Text Example
Text Example
White with #D69FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FEE; }
p { color: rgb(214,159,238); }
H1.HeaderClassName
{
color: #D69FEE;
}
.AnyTagClassName
{
color: #D69FEE;
}
</style>
background-color css
<style>
a { background-color: #D69FEE; }
a { background-color: rgb(214,159,238); }
div.DivClassName
{
background-color: #D69FEE;
}
.BgClassName
{
background-color: #D69FEE;
}
</style>
border-color css
<style>
span { border-color: #D69FEE; }
span { border-color: rgb(214,159,238); }
td.TdClassName
{
border-color: #D69FEE;
}
.TagClassName
{
border-color: #D69FEE;
}
</style>