Shades of Wisteria #D38EE6
Tints of Wisteria #D38EE6
RGB
CMYK
RGB Variations
Color information
#D38EE6 (or 0xD38EE6) is known color: Wisteria. HEX triplet: D3, 8E and E6. RGB value is (211,142,230). Sum of RGB (Red+Green+Blue) = 211+142+230=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #D38EE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EE6 is #2C7119. Grayscale: #ACACAC. Windows color (decimal): -2912538 or 15109843. OLE color: 15109843.
HSL color Cylindrical-coordinate representation of color #D38EE6: hue angle of 287.05º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D38EE6 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 142 | 230 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.10 |
| HSL | 287.05º | 0.64% | 0.73% | - |
| HSV(B) | 287.05º | 0.38% | 0.9% | - |
| XYZ | 50.82 | 38.91 | 79.69 | - |
| YUV | 172.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 230 | 0.08 | 0.38 | 0 | 0.10 | 287.05 | 0.64 | 0.73 |
| Hex | D3 | 8E | E6 | 8 | 26 | 0 | A | 11F | 40 | 49 |
| Octal | 323 | 216 | 346 | 10 | 46 | 0 | 12 | 437 | 100 | 111 |
| Binary | 11010011 | 10001110 | 11100110 | 1000 | 100110 | 0 | 1010 | 100011111 | 1000000 | 1001001 |
Color Harmonies of #D38EE6
Complementary color
Monochromatic Colors of #D38EE6
Black with #D38EE6
Text Example
Text Example
White with #D38EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EE6; }
p { color: rgb(211,142,230); }
H1.HeaderClassName
{
color: #D38EE6;
}
.AnyTagClassName
{
color: #D38EE6;
}
</style>
background-color css
<style>
a { background-color: #D38EE6; }
a { background-color: rgb(211,142,230); }
div.DivClassName
{
background-color: #D38EE6;
}
.BgClassName
{
background-color: #D38EE6;
}
</style>
border-color css
<style>
span { border-color: #D38EE6; }
span { border-color: rgb(211,142,230); }
td.TdClassName
{
border-color: #D38EE6;
}
.TagClassName
{
border-color: #D38EE6;
}
</style>