Shades of Wisteria #D396EA
Tints of Wisteria #D396EA
RGB
CMYK
RGB Variations
Color information
#D396EA (or 0xD396EA) is known color: Wisteria. HEX triplet: D3, 96 and EA. RGB value is (211,150,234). Sum of RGB (Red+Green+Blue) = 211+150+234=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D396EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396EA is #2C6915. Grayscale: #B1B1B1. Windows color (decimal): -2910486 or 15374035. OLE color: 15374035.
HSL color Cylindrical-coordinate representation of color #D396EA: hue angle of 283.57º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D396EA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 150 | 234 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.08 |
| HSL | 283.57º | 0.67% | 0.75% | - |
| HSV(B) | 283.57º | 0.36% | 0.92% | - |
| XYZ | 52.62 | 41.6 | 83.1 | - |
| YUV | 177.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 234 | 0.10 | 0.36 | 0 | 0.08 | 283.57 | 0.67 | 0.75 |
| Hex | D3 | 96 | EA | A | 24 | 0 | 8 | 11C | 43 | 4B |
| Octal | 323 | 226 | 352 | 12 | 44 | 0 | 10 | 434 | 103 | 113 |
| Binary | 11010011 | 10010110 | 11101010 | 1010 | 100100 | 0 | 1000 | 100011100 | 1000011 | 1001011 |
Color Harmonies of #D396EA
Complementary color
Monochromatic Colors of #D396EA
Black with #D396EA
Text Example
Text Example
White with #D396EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396EA; }
p { color: rgb(211,150,234); }
H1.HeaderClassName
{
color: #D396EA;
}
.AnyTagClassName
{
color: #D396EA;
}
</style>
background-color css
<style>
a { background-color: #D396EA; }
a { background-color: rgb(211,150,234); }
div.DivClassName
{
background-color: #D396EA;
}
.BgClassName
{
background-color: #D396EA;
}
</style>
border-color css
<style>
span { border-color: #D396EA; }
span { border-color: rgb(211,150,234); }
td.TdClassName
{
border-color: #D396EA;
}
.TagClassName
{
border-color: #D396EA;
}
</style>