Shades of Wisteria #DB9AF0
Tints of Wisteria #DB9AF0
RGB
CMYK
RGB Variations
Color information
#DB9AF0 (or 0xDB9AF0) is known color: Wisteria. HEX triplet: DB, 9A and F0. RGB value is (219,154,240). Sum of RGB (Red+Green+Blue) = 219+154+240=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AF0 is #24650F. Grayscale: #B6B6B6. Windows color (decimal): -2385168 or 15768283. OLE color: 15768283.
HSL color Cylindrical-coordinate representation of color #DB9AF0: hue angle of 285.35º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9AF0 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 154 | 240 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.06 |
| HSL | 285.35º | 0.74% | 0.77% | - |
| HSV(B) | 285.35º | 0.36% | 0.94% | - |
| XYZ | 56.5 | 44.46 | 88.04 | - |
| YUV | 183.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 240 | 0.09 | 0.36 | 0 | 0.06 | 285.35 | 0.74 | 0.77 |
| Hex | DB | 9A | F0 | 9 | 24 | 0 | 6 | 11D | 4A | 4D |
| Octal | 333 | 232 | 360 | 11 | 44 | 0 | 6 | 435 | 112 | 115 |
| Binary | 11011011 | 10011010 | 11110000 | 1001 | 100100 | 0 | 110 | 100011101 | 1001010 | 1001101 |
Color Harmonies of #DB9AF0
Complementary color
Monochromatic Colors of #DB9AF0
Black with #DB9AF0
Text Example
Text Example
White with #DB9AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AF0; }
p { color: rgb(219,154,240); }
H1.HeaderClassName
{
color: #DB9AF0;
}
.AnyTagClassName
{
color: #DB9AF0;
}
</style>
background-color css
<style>
a { background-color: #DB9AF0; }
a { background-color: rgb(219,154,240); }
div.DivClassName
{
background-color: #DB9AF0;
}
.BgClassName
{
background-color: #DB9AF0;
}
</style>
border-color css
<style>
span { border-color: #DB9AF0; }
span { border-color: rgb(219,154,240); }
td.TdClassName
{
border-color: #DB9AF0;
}
.TagClassName
{
border-color: #DB9AF0;
}
</style>