Shades of Wisteria #D18EEA
Tints of Wisteria #D18EEA
RGB
CMYK
RGB Variations
Color information
#D18EEA (or 0xD18EEA) is known color: Wisteria. HEX triplet: D1, 8E and EA. RGB value is (209,142,234). Sum of RGB (Red+Green+Blue) = 209+142+234=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D18EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EEA is #2E7115. Grayscale: #ACACAC. Windows color (decimal): -3043606 or 15371985. OLE color: 15371985.
HSL color Cylindrical-coordinate representation of color #D18EEA: hue angle of 283.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18EEA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 142 | 234 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.08 |
| HSL | 283.7º | 0.69% | 0.74% | - |
| HSV(B) | 283.7º | 0.39% | 0.92% | - |
| XYZ | 50.82 | 38.84 | 82.66 | - |
| YUV | 172.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 234 | 0.11 | 0.39 | 0 | 0.08 | 283.7 | 0.69 | 0.74 |
| Hex | D1 | 8E | EA | B | 27 | 0 | 8 | 11C | 45 | 4A |
| Octal | 321 | 216 | 352 | 13 | 47 | 0 | 10 | 434 | 105 | 112 |
| Binary | 11010001 | 10001110 | 11101010 | 1011 | 100111 | 0 | 1000 | 100011100 | 1000101 | 1001010 |
Color Harmonies of #D18EEA
Complementary color
Monochromatic Colors of #D18EEA
Black with #D18EEA
Text Example
Text Example
White with #D18EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EEA; }
p { color: rgb(209,142,234); }
H1.HeaderClassName
{
color: #D18EEA;
}
.AnyTagClassName
{
color: #D18EEA;
}
</style>
background-color css
<style>
a { background-color: #D18EEA; }
a { background-color: rgb(209,142,234); }
div.DivClassName
{
background-color: #D18EEA;
}
.BgClassName
{
background-color: #D18EEA;
}
</style>
border-color css
<style>
span { border-color: #D18EEA; }
span { border-color: rgb(209,142,234); }
td.TdClassName
{
border-color: #D18EEA;
}
.TagClassName
{
border-color: #D18EEA;
}
</style>