Shades of Wisteria #D396E5
Tints of Wisteria #D396E5
RGB
CMYK
RGB Variations
Color information
#D396E5 (or 0xD396E5) is known color: Wisteria. HEX triplet: D3, 96 and E5. RGB value is (211,150,229). Sum of RGB (Red+Green+Blue) = 211+150+229=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #D396E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396E5 is #2C691A. Grayscale: #B0B0B0. Windows color (decimal): -2910491 or 15046355. OLE color: 15046355.
HSL color Cylindrical-coordinate representation of color #D396E5: hue angle of 286.33º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D396E5 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 150 | 229 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.10 |
| HSL | 286.33º | 0.6% | 0.74% | - |
| HSV(B) | 286.33º | 0.34% | 0.9% | - |
| XYZ | 51.91 | 41.32 | 79.37 | - |
| YUV | 177.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 229 | 0.08 | 0.34 | 0 | 0.10 | 286.33 | 0.6 | 0.74 |
| Hex | D3 | 96 | E5 | 8 | 22 | 0 | A | 11E | 3C | 4A |
| Octal | 323 | 226 | 345 | 10 | 42 | 0 | 12 | 436 | 74 | 112 |
| Binary | 11010011 | 10010110 | 11100101 | 1000 | 100010 | 0 | 1010 | 100011110 | 111100 | 1001010 |
Color Harmonies of #D396E5
Complementary color
Monochromatic Colors of #D396E5
Black with #D396E5
Text Example
Text Example
White with #D396E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396E5; }
p { color: rgb(211,150,229); }
H1.HeaderClassName
{
color: #D396E5;
}
.AnyTagClassName
{
color: #D396E5;
}
</style>
background-color css
<style>
a { background-color: #D396E5; }
a { background-color: rgb(211,150,229); }
div.DivClassName
{
background-color: #D396E5;
}
.BgClassName
{
background-color: #D396E5;
}
</style>
border-color css
<style>
span { border-color: #D396E5; }
span { border-color: rgb(211,150,229); }
td.TdClassName
{
border-color: #D396E5;
}
.TagClassName
{
border-color: #D396E5;
}
</style>