Shades of Wisteria #D396F1
Tints of Wisteria #D396F1
RGB
CMYK
RGB Variations
Color information
#D396F1 (or 0xD396F1) is known color: Wisteria. HEX triplet: D3, 96 and F1. RGB value is (211,150,241). Sum of RGB (Red+Green+Blue) = 211+150+241=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #D396F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396F1 is #2C690E. Grayscale: #B2B2B2. Windows color (decimal): -2910479 or 15832787. OLE color: 15832787.
HSL color Cylindrical-coordinate representation of color #D396F1: hue angle of 280.22º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D396F1 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 150 | 241 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.05 |
| HSL | 280.22º | 0.76% | 0.77% | - |
| HSV(B) | 280.22º | 0.38% | 0.95% | - |
| XYZ | 53.65 | 42.01 | 88.5 | - |
| YUV | 178.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 241 | 0.12 | 0.38 | 0 | 0.05 | 280.22 | 0.76 | 0.77 |
| Hex | D3 | 96 | F1 | C | 26 | 0 | 5 | 118 | 4C | 4D |
| Octal | 323 | 226 | 361 | 14 | 46 | 0 | 5 | 430 | 114 | 115 |
| Binary | 11010011 | 10010110 | 11110001 | 1100 | 100110 | 0 | 101 | 100011000 | 1001100 | 1001101 |
Color Harmonies of #D396F1
Complementary color
Monochromatic Colors of #D396F1
Black with #D396F1
Text Example
Text Example
White with #D396F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396F1; }
p { color: rgb(211,150,241); }
H1.HeaderClassName
{
color: #D396F1;
}
.AnyTagClassName
{
color: #D396F1;
}
</style>
background-color css
<style>
a { background-color: #D396F1; }
a { background-color: rgb(211,150,241); }
div.DivClassName
{
background-color: #D396F1;
}
.BgClassName
{
background-color: #D396F1;
}
</style>
border-color css
<style>
span { border-color: #D396F1; }
span { border-color: rgb(211,150,241); }
td.TdClassName
{
border-color: #D396F1;
}
.TagClassName
{
border-color: #D396F1;
}
</style>