Shades of Wisteria #D398F0
Tints of Wisteria #D398F0
RGB
CMYK
RGB Variations
Color information
#D398F0 (or 0xD398F0) is known color: Wisteria. HEX triplet: D3, 98 and F0. RGB value is (211,152,240). Sum of RGB (Red+Green+Blue) = 211+152+240=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #D398F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D398F0 is #2C670F. Grayscale: #B3B3B3. Windows color (decimal): -2909968 or 15767763. OLE color: 15767763.
HSL color Cylindrical-coordinate representation of color #D398F0: hue angle of 280.23º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D398F0 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 152 | 240 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.06 |
| HSL | 280.23º | 0.75% | 0.77% | - |
| HSV(B) | 280.23º | 0.37% | 0.94% | - |
| XYZ | 53.82 | 42.6 | 87.82 | - |
| YUV | 179.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 240 | 0.12 | 0.37 | 0 | 0.06 | 280.23 | 0.75 | 0.77 |
| Hex | D3 | 98 | F0 | C | 25 | 0 | 6 | 118 | 4B | 4D |
| Octal | 323 | 230 | 360 | 14 | 45 | 0 | 6 | 430 | 113 | 115 |
| Binary | 11010011 | 10011000 | 11110000 | 1100 | 100101 | 0 | 110 | 100011000 | 1001011 | 1001101 |
Color Harmonies of #D398F0
Complementary color
Monochromatic Colors of #D398F0
Black with #D398F0
Text Example
Text Example
White with #D398F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D398F0; }
p { color: rgb(211,152,240); }
H1.HeaderClassName
{
color: #D398F0;
}
.AnyTagClassName
{
color: #D398F0;
}
</style>
background-color css
<style>
a { background-color: #D398F0; }
a { background-color: rgb(211,152,240); }
div.DivClassName
{
background-color: #D398F0;
}
.BgClassName
{
background-color: #D398F0;
}
</style>
border-color css
<style>
span { border-color: #D398F0; }
span { border-color: rgb(211,152,240); }
td.TdClassName
{
border-color: #D398F0;
}
.TagClassName
{
border-color: #D398F0;
}
</style>