Shades of Wisteria #D38DEE
Tints of Wisteria #D38DEE
RGB
CMYK
RGB Variations
Color information
#D38DEE (or 0xD38DEE) is known color: Wisteria. HEX triplet: D3, 8D and EE. RGB value is (211,141,238). Sum of RGB (Red+Green+Blue) = 211+141+238=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #D38DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DEE is #2C7211. Grayscale: #ACACAC. Windows color (decimal): -2912786 or 15633875. OLE color: 15633875.
HSL color Cylindrical-coordinate representation of color #D38DEE: hue angle of 283.3º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D38DEE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 141 | 238 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 283.3º | 0.74% | 0.74% | - |
| HSV(B) | 283.3º | 0.41% | 0.93% | - |
| XYZ | 51.82 | 39.07 | 85.7 | - |
| YUV | 172.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 238 | 0.11 | 0.41 | 0 | 0.07 | 283.3 | 0.74 | 0.74 |
| Hex | D3 | 8D | EE | B | 29 | 0 | 7 | 11B | 4A | 4A |
| Octal | 323 | 215 | 356 | 13 | 51 | 0 | 7 | 433 | 112 | 112 |
| Binary | 11010011 | 10001101 | 11101110 | 1011 | 101001 | 0 | 111 | 100011011 | 1001010 | 1001010 |
Color Harmonies of #D38DEE
Complementary color
Monochromatic Colors of #D38DEE
Black with #D38DEE
Text Example
Text Example
White with #D38DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DEE; }
p { color: rgb(211,141,238); }
H1.HeaderClassName
{
color: #D38DEE;
}
.AnyTagClassName
{
color: #D38DEE;
}
</style>
background-color css
<style>
a { background-color: #D38DEE; }
a { background-color: rgb(211,141,238); }
div.DivClassName
{
background-color: #D38DEE;
}
.BgClassName
{
background-color: #D38DEE;
}
</style>
border-color css
<style>
span { border-color: #D38DEE; }
span { border-color: rgb(211,141,238); }
td.TdClassName
{
border-color: #D38DEE;
}
.TagClassName
{
border-color: #D38DEE;
}
</style>