Shades of Wisteria #DB99F0
Tints of Wisteria #DB99F0
RGB
CMYK
RGB Variations
Color information
#DB99F0 (or 0xDB99F0) is known color: Wisteria. HEX triplet: DB, 99 and F0. RGB value is (219,153,240). Sum of RGB (Red+Green+Blue) = 219+153+240=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99F0 is #24660F. Grayscale: #B6B6B6. Windows color (decimal): -2385424 or 15768027. OLE color: 15768027.
HSL color Cylindrical-coordinate representation of color #DB99F0: hue angle of 285.52º 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 #DB99F0 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 153 | 240 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.06 |
| HSL | 285.52º | 0.74% | 0.77% | - |
| HSV(B) | 285.52º | 0.36% | 0.94% | - |
| XYZ | 56.33 | 44.13 | 87.99 | - |
| YUV | 182.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 240 | 0.09 | 0.36 | 0 | 0.06 | 285.52 | 0.74 | 0.77 |
| Hex | DB | 99 | F0 | 9 | 24 | 0 | 6 | 11E | 4A | 4D |
| Octal | 333 | 231 | 360 | 11 | 44 | 0 | 6 | 436 | 112 | 115 |
| Binary | 11011011 | 10011001 | 11110000 | 1001 | 100100 | 0 | 110 | 100011110 | 1001010 | 1001101 |
Color Harmonies of #DB99F0
Complementary color
Monochromatic Colors of #DB99F0
Black with #DB99F0
Text Example
Text Example
White with #DB99F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99F0; }
p { color: rgb(219,153,240); }
H1.HeaderClassName
{
color: #DB99F0;
}
.AnyTagClassName
{
color: #DB99F0;
}
</style>
background-color css
<style>
a { background-color: #DB99F0; }
a { background-color: rgb(219,153,240); }
div.DivClassName
{
background-color: #DB99F0;
}
.BgClassName
{
background-color: #DB99F0;
}
</style>
border-color css
<style>
span { border-color: #DB99F0; }
span { border-color: rgb(219,153,240); }
td.TdClassName
{
border-color: #DB99F0;
}
.TagClassName
{
border-color: #DB99F0;
}
</style>