Shades of Wisteria #D398E0
Tints of Wisteria #D398E0
RGB
CMYK
RGB Variations
Color information
#D398E0 (or 0xD398E0) is known color: Wisteria. HEX triplet: D3, 98 and E0. RGB value is (211,152,224). Sum of RGB (Red+Green+Blue) = 211+152+224=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #D398E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398E0 is #2C671F. Grayscale: #B1B1B1. Windows color (decimal): -2909984 or 14719187. OLE color: 14719187.
HSL color Cylindrical-coordinate representation of color #D398E0: hue angle of 289.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D398E0 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 152 | 224 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.12 |
| HSL | 289.17º | 0.54% | 0.74% | - |
| HSV(B) | 289.17º | 0.32% | 0.88% | - |
| XYZ | 51.55 | 41.69 | 75.85 | - |
| YUV | 177.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 224 | 0.06 | 0.32 | 0 | 0.12 | 289.17 | 0.54 | 0.74 |
| Hex | D3 | 98 | E0 | 6 | 20 | 0 | C | 121 | 36 | 4A |
| Octal | 323 | 230 | 340 | 6 | 40 | 0 | 14 | 441 | 66 | 112 |
| Binary | 11010011 | 10011000 | 11100000 | 110 | 100000 | 0 | 1100 | 100100001 | 110110 | 1001010 |
Color Harmonies of #D398E0
Complementary color
Monochromatic Colors of #D398E0
Black with #D398E0
Text Example
Text Example
White with #D398E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D398E0; }
p { color: rgb(211,152,224); }
H1.HeaderClassName
{
color: #D398E0;
}
.AnyTagClassName
{
color: #D398E0;
}
</style>
background-color css
<style>
a { background-color: #D398E0; }
a { background-color: rgb(211,152,224); }
div.DivClassName
{
background-color: #D398E0;
}
.BgClassName
{
background-color: #D398E0;
}
</style>
border-color css
<style>
span { border-color: #D398E0; }
span { border-color: rgb(211,152,224); }
td.TdClassName
{
border-color: #D398E0;
}
.TagClassName
{
border-color: #D398E0;
}
</style>