Shades of Wisteria #D38BEE
Tints of Wisteria #D38BEE
RGB
CMYK
RGB Variations
Color information
#D38BEE (or 0xD38BEE) is known color: Wisteria. HEX triplet: D3, 8B and EE. RGB value is (211,139,238). Sum of RGB (Red+Green+Blue) = 211+139+238=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #D38BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BEE is #2C7411. Grayscale: #ABABAB. Windows color (decimal): -2913298 or 15633363. OLE color: 15633363.
HSL color Cylindrical-coordinate representation of color #D38BEE: hue angle of 283.64º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D38BEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 139 | 238 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.07 |
| HSL | 283.64º | 0.74% | 0.74% | - |
| HSV(B) | 283.64º | 0.42% | 0.93% | - |
| XYZ | 51.53 | 38.49 | 85.6 | - |
| YUV | 171.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 238 | 0.11 | 0.42 | 0 | 0.07 | 283.64 | 0.74 | 0.74 |
| Hex | D3 | 8B | EE | B | 2A | 0 | 7 | 11C | 4A | 4A |
| Octal | 323 | 213 | 356 | 13 | 52 | 0 | 7 | 434 | 112 | 112 |
| Binary | 11010011 | 10001011 | 11101110 | 1011 | 101010 | 0 | 111 | 100011100 | 1001010 | 1001010 |
Color Harmonies of #D38BEE
Complementary color
Monochromatic Colors of #D38BEE
Black with #D38BEE
Text Example
Text Example
White with #D38BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BEE; }
p { color: rgb(211,139,238); }
H1.HeaderClassName
{
color: #D38BEE;
}
.AnyTagClassName
{
color: #D38BEE;
}
</style>
background-color css
<style>
a { background-color: #D38BEE; }
a { background-color: rgb(211,139,238); }
div.DivClassName
{
background-color: #D38BEE;
}
.BgClassName
{
background-color: #D38BEE;
}
</style>
border-color css
<style>
span { border-color: #D38BEE; }
span { border-color: rgb(211,139,238); }
td.TdClassName
{
border-color: #D38BEE;
}
.TagClassName
{
border-color: #D38BEE;
}
</style>