Shades of Wisteria #D397E9
Tints of Wisteria #D397E9
RGB
CMYK
RGB Variations
Color information
#D397E9 (or 0xD397E9) is known color: Wisteria. HEX triplet: D3, 97 and E9. RGB value is (211,151,233). Sum of RGB (Red+Green+Blue) = 211+151+233=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #D397E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397E9 is #2C6816. Grayscale: #B2B2B2. Windows color (decimal): -2910231 or 15308755. OLE color: 15308755.
HSL color Cylindrical-coordinate representation of color #D397E9: hue angle of 283.9º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D397E9 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 151 | 233 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.09 |
| HSL | 283.9º | 0.65% | 0.75% | - |
| HSV(B) | 283.9º | 0.35% | 0.91% | - |
| XYZ | 52.64 | 41.87 | 82.4 | - |
| YUV | 178.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 233 | 0.09 | 0.35 | 0 | 0.09 | 283.9 | 0.65 | 0.75 |
| Hex | D3 | 97 | E9 | 9 | 23 | 0 | 9 | 11C | 41 | 4B |
| Octal | 323 | 227 | 351 | 11 | 43 | 0 | 11 | 434 | 101 | 113 |
| Binary | 11010011 | 10010111 | 11101001 | 1001 | 100011 | 0 | 1001 | 100011100 | 1000001 | 1001011 |
Color Harmonies of #D397E9
Complementary color
Monochromatic Colors of #D397E9
Black with #D397E9
Text Example
Text Example
White with #D397E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397E9; }
p { color: rgb(211,151,233); }
H1.HeaderClassName
{
color: #D397E9;
}
.AnyTagClassName
{
color: #D397E9;
}
</style>
background-color css
<style>
a { background-color: #D397E9; }
a { background-color: rgb(211,151,233); }
div.DivClassName
{
background-color: #D397E9;
}
.BgClassName
{
background-color: #D397E9;
}
</style>
border-color css
<style>
span { border-color: #D397E9; }
span { border-color: rgb(211,151,233); }
td.TdClassName
{
border-color: #D397E9;
}
.TagClassName
{
border-color: #D397E9;
}
</style>