Shades of Wisteria #D38DED
Tints of Wisteria #D38DED
RGB
CMYK
RGB Variations
Color information
#D38DED (or 0xD38DED) is known color: Wisteria. HEX triplet: D3, 8D and ED. RGB value is (211,141,237). Sum of RGB (Red+Green+Blue) = 211+141+237=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #D38DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DED is #2C7212. Grayscale: #ACACAC. Windows color (decimal): -2912787 or 15568339. OLE color: 15568339.
HSL color Cylindrical-coordinate representation of color #D38DED: hue angle of 283.75º degrees, saturation: 0.73, 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 #D38DED is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 141 | 237 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.07 |
| HSL | 283.75º | 0.73% | 0.74% | - |
| HSV(B) | 283.75º | 0.41% | 0.93% | - |
| XYZ | 51.67 | 39.01 | 84.93 | - |
| YUV | 172.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 237 | 0.11 | 0.41 | 0 | 0.07 | 283.75 | 0.73 | 0.74 |
| Hex | D3 | 8D | ED | B | 29 | 0 | 7 | 11C | 49 | 4A |
| Octal | 323 | 215 | 355 | 13 | 51 | 0 | 7 | 434 | 111 | 112 |
| Binary | 11010011 | 10001101 | 11101101 | 1011 | 101001 | 0 | 111 | 100011100 | 1001001 | 1001010 |
Color Harmonies of #D38DED
Complementary color
Monochromatic Colors of #D38DED
Black with #D38DED
Text Example
Text Example
White with #D38DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DED; }
p { color: rgb(211,141,237); }
H1.HeaderClassName
{
color: #D38DED;
}
.AnyTagClassName
{
color: #D38DED;
}
</style>
background-color css
<style>
a { background-color: #D38DED; }
a { background-color: rgb(211,141,237); }
div.DivClassName
{
background-color: #D38DED;
}
.BgClassName
{
background-color: #D38DED;
}
</style>
border-color css
<style>
span { border-color: #D38DED; }
span { border-color: rgb(211,141,237); }
td.TdClassName
{
border-color: #D38DED;
}
.TagClassName
{
border-color: #D38DED;
}
</style>