Shades of Wisteria #DB98F2
Tints of Wisteria #DB98F2
RGB
CMYK
RGB Variations
Color information
#DB98F2 (or 0xDB98F2) is known color: Wisteria. HEX triplet: DB, 98 and F2. RGB value is (219,152,242). Sum of RGB (Red+Green+Blue) = 219+152+242=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB98F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F2 is #24670D. Grayscale: #B6B6B6. Windows color (decimal): -2385678 or 15898843. OLE color: 15898843.
HSL color Cylindrical-coordinate representation of color #DB98F2: hue angle of 284.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB98F2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 152 | 242 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.05 |
| HSL | 284.67º | 0.78% | 0.77% | - |
| HSV(B) | 284.67º | 0.37% | 0.95% | - |
| XYZ | 56.47 | 43.93 | 89.51 | - |
| YUV | 182.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 242 | 0.10 | 0.37 | 0 | 0.05 | 284.67 | 0.78 | 0.77 |
| Hex | DB | 98 | F2 | A | 25 | 0 | 5 | 11D | 4E | 4D |
| Octal | 333 | 230 | 362 | 12 | 45 | 0 | 5 | 435 | 116 | 115 |
| Binary | 11011011 | 10011000 | 11110010 | 1010 | 100101 | 0 | 101 | 100011101 | 1001110 | 1001101 |
Color Harmonies of #DB98F2
Complementary color
Monochromatic Colors of #DB98F2
Black with #DB98F2
Text Example
Text Example
White with #DB98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98F2; }
p { color: rgb(219,152,242); }
H1.HeaderClassName
{
color: #DB98F2;
}
.AnyTagClassName
{
color: #DB98F2;
}
</style>
background-color css
<style>
a { background-color: #DB98F2; }
a { background-color: rgb(219,152,242); }
div.DivClassName
{
background-color: #DB98F2;
}
.BgClassName
{
background-color: #DB98F2;
}
</style>
border-color css
<style>
span { border-color: #DB98F2; }
span { border-color: rgb(219,152,242); }
td.TdClassName
{
border-color: #DB98F2;
}
.TagClassName
{
border-color: #DB98F2;
}
</style>