Shades of Wisteria #DB98F0
Tints of Wisteria #DB98F0
RGB
CMYK
RGB Variations
Color information
#DB98F0 (or 0xDB98F0) is known color: Wisteria. HEX triplet: DB, 98 and F0. RGB value is (219,152,240). Sum of RGB (Red+Green+Blue) = 219+152+240=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB98F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F0 is #24670F. Grayscale: #B5B5B5. Windows color (decimal): -2385680 or 15767771. OLE color: 15767771.
HSL color Cylindrical-coordinate representation of color #DB98F0: hue angle of 285.68º 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 #DB98F0 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 152 | 240 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.06 |
| HSL | 285.68º | 0.75% | 0.77% | - |
| HSV(B) | 285.68º | 0.37% | 0.94% | - |
| XYZ | 56.17 | 43.81 | 87.93 | - |
| YUV | 182.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 240 | 0.09 | 0.37 | 0 | 0.06 | 285.68 | 0.75 | 0.77 |
| Hex | DB | 98 | F0 | 9 | 25 | 0 | 6 | 11E | 4B | 4D |
| Octal | 333 | 230 | 360 | 11 | 45 | 0 | 6 | 436 | 113 | 115 |
| Binary | 11011011 | 10011000 | 11110000 | 1001 | 100101 | 0 | 110 | 100011110 | 1001011 | 1001101 |
Color Harmonies of #DB98F0
Complementary color
Monochromatic Colors of #DB98F0
Black with #DB98F0
Text Example
Text Example
White with #DB98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98F0; }
p { color: rgb(219,152,240); }
H1.HeaderClassName
{
color: #DB98F0;
}
.AnyTagClassName
{
color: #DB98F0;
}
</style>
background-color css
<style>
a { background-color: #DB98F0; }
a { background-color: rgb(219,152,240); }
div.DivClassName
{
background-color: #DB98F0;
}
.BgClassName
{
background-color: #DB98F0;
}
</style>
border-color css
<style>
span { border-color: #DB98F0; }
span { border-color: rgb(219,152,240); }
td.TdClassName
{
border-color: #DB98F0;
}
.TagClassName
{
border-color: #DB98F0;
}
</style>