Shades of Wisteria #DB9DEF
Tints of Wisteria #DB9DEF
RGB
CMYK
RGB Variations
Color information
#DB9DEF (or 0xDB9DEF) is known color: Wisteria. HEX triplet: DB, 9D and EF. RGB value is (219,157,239). Sum of RGB (Red+Green+Blue) = 219+157+239=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB9DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DEF is #246210. Grayscale: #B8B8B8. Windows color (decimal): -2384401 or 15703515. OLE color: 15703515.
HSL color Cylindrical-coordinate representation of color #DB9DEF: hue angle of 285.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9DEF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 157 | 239 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.06 |
| HSL | 285.37º | 0.72% | 0.78% | - |
| HSV(B) | 285.37º | 0.34% | 0.94% | - |
| XYZ | 56.85 | 45.41 | 87.43 | - |
| YUV | 184.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 239 | 0.08 | 0.34 | 0 | 0.06 | 285.37 | 0.72 | 0.78 |
| Hex | DB | 9D | EF | 8 | 22 | 0 | 6 | 11D | 48 | 4E |
| Octal | 333 | 235 | 357 | 10 | 42 | 0 | 6 | 435 | 110 | 116 |
| Binary | 11011011 | 10011101 | 11101111 | 1000 | 100010 | 0 | 110 | 100011101 | 1001000 | 1001110 |
Color Harmonies of #DB9DEF
Complementary color
Monochromatic Colors of #DB9DEF
Black with #DB9DEF
Text Example
Text Example
White with #DB9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DEF; }
p { color: rgb(219,157,239); }
H1.HeaderClassName
{
color: #DB9DEF;
}
.AnyTagClassName
{
color: #DB9DEF;
}
</style>
background-color css
<style>
a { background-color: #DB9DEF; }
a { background-color: rgb(219,157,239); }
div.DivClassName
{
background-color: #DB9DEF;
}
.BgClassName
{
background-color: #DB9DEF;
}
</style>
border-color css
<style>
span { border-color: #DB9DEF; }
span { border-color: rgb(219,157,239); }
td.TdClassName
{
border-color: #DB9DEF;
}
.TagClassName
{
border-color: #DB9DEF;
}
</style>