Shades of Wisteria #D69FEA
Tints of Wisteria #D69FEA
RGB
CMYK
RGB Variations
Color information
#D69FEA (or 0xD69FEA) is known color: Wisteria. HEX triplet: D6, 9F and EA. RGB value is (214,159,234). Sum of RGB (Red+Green+Blue) = 214+159+234=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #D69FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEA is #296015. Grayscale: #B7B7B7. Windows color (decimal): -2711574 or 15376342. OLE color: 15376342.
HSL color Cylindrical-coordinate representation of color #D69FEA: hue angle of 284º degrees, saturation: 0.64, 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 #D69FEA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 159 | 234 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.08 |
| HSL | 284º | 0.64% | 0.77% | - |
| HSV(B) | 284º | 0.32% | 0.92% | - |
| XYZ | 54.98 | 45.03 | 83.64 | - |
| YUV | 184 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 234 | 0.09 | 0.32 | 0 | 0.08 | 284 | 0.64 | 0.77 |
| Hex | D6 | 9F | EA | 9 | 20 | 0 | 8 | 11C | 40 | 4D |
| Octal | 326 | 237 | 352 | 11 | 40 | 0 | 10 | 434 | 100 | 115 |
| Binary | 11010110 | 10011111 | 11101010 | 1001 | 100000 | 0 | 1000 | 100011100 | 1000000 | 1001101 |
Color Harmonies of #D69FEA
Complementary color
Monochromatic Colors of #D69FEA
Black with #D69FEA
Text Example
Text Example
White with #D69FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FEA; }
p { color: rgb(214,159,234); }
H1.HeaderClassName
{
color: #D69FEA;
}
.AnyTagClassName
{
color: #D69FEA;
}
</style>
background-color css
<style>
a { background-color: #D69FEA; }
a { background-color: rgb(214,159,234); }
div.DivClassName
{
background-color: #D69FEA;
}
.BgClassName
{
background-color: #D69FEA;
}
</style>
border-color css
<style>
span { border-color: #D69FEA; }
span { border-color: rgb(214,159,234); }
td.TdClassName
{
border-color: #D69FEA;
}
.TagClassName
{
border-color: #D69FEA;
}
</style>