Shades of Wisteria #D38EEA
Tints of Wisteria #D38EEA
RGB
CMYK
RGB Variations
Color information
#D38EEA (or 0xD38EEA) is known color: Wisteria. HEX triplet: D3, 8E and EA. RGB value is (211,142,234). Sum of RGB (Red+Green+Blue) = 211+142+234=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #D38EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EEA is #2C7115. Grayscale: #ACACAC. Windows color (decimal): -2912534 or 15371987. OLE color: 15371987.
HSL color Cylindrical-coordinate representation of color #D38EEA: hue angle of 285º 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 #D38EEA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 142 | 234 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.08 |
| HSL | 285º | 0.69% | 0.74% | - |
| HSV(B) | 285º | 0.39% | 0.92% | - |
| XYZ | 51.39 | 39.14 | 82.69 | - |
| YUV | 173.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 234 | 0.10 | 0.39 | 0 | 0.08 | 285 | 0.69 | 0.74 |
| Hex | D3 | 8E | EA | A | 27 | 0 | 8 | 11D | 45 | 4A |
| Octal | 323 | 216 | 352 | 12 | 47 | 0 | 10 | 435 | 105 | 112 |
| Binary | 11010011 | 10001110 | 11101010 | 1010 | 100111 | 0 | 1000 | 100011101 | 1000101 | 1001010 |
Color Harmonies of #D38EEA
Complementary color
Monochromatic Colors of #D38EEA
Black with #D38EEA
Text Example
Text Example
White with #D38EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EEA; }
p { color: rgb(211,142,234); }
H1.HeaderClassName
{
color: #D38EEA;
}
.AnyTagClassName
{
color: #D38EEA;
}
</style>
background-color css
<style>
a { background-color: #D38EEA; }
a { background-color: rgb(211,142,234); }
div.DivClassName
{
background-color: #D38EEA;
}
.BgClassName
{
background-color: #D38EEA;
}
</style>
border-color css
<style>
span { border-color: #D38EEA; }
span { border-color: rgb(211,142,234); }
td.TdClassName
{
border-color: #D38EEA;
}
.TagClassName
{
border-color: #D38EEA;
}
</style>