Shades of Violet #DB89F0
Tints of Violet #DB89F0
RGB
CMYK
RGB Variations
Color information
#DB89F0 (or 0xDB89F0) is known color: Violet. HEX triplet: DB, 89 and F0. RGB value is (219,137,240). Sum of RGB (Red+Green+Blue) = 219+137+240=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB89F0 is #24760F. Grayscale: #ACACAC. Windows color (decimal): -2389520 or 15763931. OLE color: 15763931.
HSL color Cylindrical-coordinate representation of color #DB89F0: hue angle of 287.77º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB89F0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 137 | 240 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.06 |
| HSL | 287.77º | 0.77% | 0.74% | - |
| HSV(B) | 287.77º | 0.43% | 0.94% | - |
| XYZ | 53.89 | 39.24 | 87.17 | - |
| YUV | 173.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 240 | 0.09 | 0.43 | 0 | 0.06 | 287.77 | 0.77 | 0.74 |
| Hex | DB | 89 | F0 | 9 | 2B | 0 | 6 | 120 | 4D | 4A |
| Octal | 333 | 211 | 360 | 11 | 53 | 0 | 6 | 440 | 115 | 112 |
| Binary | 11011011 | 10001001 | 11110000 | 1001 | 101011 | 0 | 110 | 100100000 | 1001101 | 1001010 |
Color Harmonies of #DB89F0
Complementary color
Monochromatic Colors of #DB89F0
Black with #DB89F0
Text Example
Text Example
White with #DB89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89F0; }
p { color: rgb(219,137,240); }
H1.HeaderClassName
{
color: #DB89F0;
}
.AnyTagClassName
{
color: #DB89F0;
}
</style>
background-color css
<style>
a { background-color: #DB89F0; }
a { background-color: rgb(219,137,240); }
div.DivClassName
{
background-color: #DB89F0;
}
.BgClassName
{
background-color: #DB89F0;
}
</style>
border-color css
<style>
span { border-color: #DB89F0; }
span { border-color: rgb(219,137,240); }
td.TdClassName
{
border-color: #DB89F0;
}
.TagClassName
{
border-color: #DB89F0;
}
</style>