Shades of Wisteria #D399E3
Tints of Wisteria #D399E3
RGB
CMYK
RGB Variations
Color information
#D399E3 (or 0xD399E3) is known color: Wisteria. HEX triplet: D3, 99 and E3. RGB value is (211,153,227). Sum of RGB (Red+Green+Blue) = 211+153+227=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #D399E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399E3 is #2C661C. Grayscale: #B2B2B2. Windows color (decimal): -2909725 or 14916051. OLE color: 14916051.
HSL color Cylindrical-coordinate representation of color #D399E3: hue angle of 287.03º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D399E3 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 153 | 227 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.11 |
| HSL | 287.03º | 0.57% | 0.75% | - |
| HSV(B) | 287.03º | 0.33% | 0.89% | - |
| XYZ | 52.12 | 42.18 | 78.07 | - |
| YUV | 178.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 227 | 0.07 | 0.33 | 0 | 0.11 | 287.03 | 0.57 | 0.75 |
| Hex | D3 | 99 | E3 | 7 | 21 | 0 | B | 11F | 39 | 4B |
| Octal | 323 | 231 | 343 | 7 | 41 | 0 | 13 | 437 | 71 | 113 |
| Binary | 11010011 | 10011001 | 11100011 | 111 | 100001 | 0 | 1011 | 100011111 | 111001 | 1001011 |
Color Harmonies of #D399E3
Complementary color
Monochromatic Colors of #D399E3
Black with #D399E3
Text Example
Text Example
White with #D399E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399E3; }
p { color: rgb(211,153,227); }
H1.HeaderClassName
{
color: #D399E3;
}
.AnyTagClassName
{
color: #D399E3;
}
</style>
background-color css
<style>
a { background-color: #D399E3; }
a { background-color: rgb(211,153,227); }
div.DivClassName
{
background-color: #D399E3;
}
.BgClassName
{
background-color: #D399E3;
}
</style>
border-color css
<style>
span { border-color: #D399E3; }
span { border-color: rgb(211,153,227); }
td.TdClassName
{
border-color: #D399E3;
}
.TagClassName
{
border-color: #D399E3;
}
</style>