Shades of Wisteria #D397EB
Tints of Wisteria #D397EB
RGB
CMYK
RGB Variations
Color information
#D397EB (or 0xD397EB) is known color: Wisteria. HEX triplet: D3, 97 and EB. RGB value is (211,151,235). Sum of RGB (Red+Green+Blue) = 211+151+235=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D397EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397EB is #2C6814. Grayscale: #B2B2B2. Windows color (decimal): -2910229 or 15439827. OLE color: 15439827.
HSL color Cylindrical-coordinate representation of color #D397EB: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D397EB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 151 | 235 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.08 |
| HSL | 282.86º | 0.68% | 0.76% | - |
| HSV(B) | 282.86º | 0.36% | 0.92% | - |
| XYZ | 52.93 | 41.98 | 83.91 | - |
| YUV | 178.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 235 | 0.10 | 0.36 | 0 | 0.08 | 282.86 | 0.68 | 0.76 |
| Hex | D3 | 97 | EB | A | 24 | 0 | 8 | 11B | 44 | 4C |
| Octal | 323 | 227 | 353 | 12 | 44 | 0 | 10 | 433 | 104 | 114 |
| Binary | 11010011 | 10010111 | 11101011 | 1010 | 100100 | 0 | 1000 | 100011011 | 1000100 | 1001100 |
Color Harmonies of #D397EB
Complementary color
Monochromatic Colors of #D397EB
Black with #D397EB
Text Example
Text Example
White with #D397EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397EB; }
p { color: rgb(211,151,235); }
H1.HeaderClassName
{
color: #D397EB;
}
.AnyTagClassName
{
color: #D397EB;
}
</style>
background-color css
<style>
a { background-color: #D397EB; }
a { background-color: rgb(211,151,235); }
div.DivClassName
{
background-color: #D397EB;
}
.BgClassName
{
background-color: #D397EB;
}
</style>
border-color css
<style>
span { border-color: #D397EB; }
span { border-color: rgb(211,151,235); }
td.TdClassName
{
border-color: #D397EB;
}
.TagClassName
{
border-color: #D397EB;
}
</style>