Shades of Wisteria #D397DF
Tints of Wisteria #D397DF
RGB
CMYK
RGB Variations
Color information
#D397DF (or 0xD397DF) is known color: Wisteria. HEX triplet: D3, 97 and DF. RGB value is (211,151,223). Sum of RGB (Red+Green+Blue) = 211+151+223=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #D397DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397DF is #2C6820. Grayscale: #B0B0B0. Windows color (decimal): -2910241 or 14653395. OLE color: 14653395.
HSL color Cylindrical-coordinate representation of color #D397DF: hue angle of 290º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D397DF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 151 | 223 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.13 |
| HSL | 290º | 0.53% | 0.73% | - |
| HSV(B) | 290º | 0.32% | 0.87% | - |
| XYZ | 51.25 | 41.31 | 75.08 | - |
| YUV | 177.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 223 | 0.05 | 0.32 | 0 | 0.13 | 290 | 0.53 | 0.73 |
| Hex | D3 | 97 | DF | 5 | 20 | 0 | D | 122 | 35 | 49 |
| Octal | 323 | 227 | 337 | 5 | 40 | 0 | 15 | 442 | 65 | 111 |
| Binary | 11010011 | 10010111 | 11011111 | 101 | 100000 | 0 | 1101 | 100100010 | 110101 | 1001001 |
Color Harmonies of #D397DF
Complementary color
Monochromatic Colors of #D397DF
Black with #D397DF
Text Example
Text Example
White with #D397DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397DF; }
p { color: rgb(211,151,223); }
H1.HeaderClassName
{
color: #D397DF;
}
.AnyTagClassName
{
color: #D397DF;
}
</style>
background-color css
<style>
a { background-color: #D397DF; }
a { background-color: rgb(211,151,223); }
div.DivClassName
{
background-color: #D397DF;
}
.BgClassName
{
background-color: #D397DF;
}
</style>
border-color css
<style>
span { border-color: #D397DF; }
span { border-color: rgb(211,151,223); }
td.TdClassName
{
border-color: #D397DF;
}
.TagClassName
{
border-color: #D397DF;
}
</style>