Shades of Violet #DB83E6
Tints of Violet #DB83E6
RGB
CMYK
RGB Variations
Color information
#DB83E6 (or 0xDB83E6) is known color: Violet. HEX triplet: DB, 83 and E6. RGB value is (219,131,230). Sum of RGB (Red+Green+Blue) = 219+131+230=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 131 (51.56% from 255 or 22.59% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB83E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83E6 is #247C19. Grayscale: #A8A8A8. Windows color (decimal): -2391066 or 15107035. OLE color: 15107035.
HSL color Cylindrical-coordinate representation of color #DB83E6: hue angle of 293.33º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB83E6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 131 | 230 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.10 |
| HSL | 293.33º | 0.66% | 0.71% | - |
| HSV(B) | 293.33º | 0.43% | 0.9% | - |
| XYZ | 51.61 | 37.01 | 79.29 | - |
| YUV | 168.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 230 | 0.05 | 0.43 | 0 | 0.10 | 293.33 | 0.66 | 0.71 |
| Hex | DB | 83 | E6 | 5 | 2B | 0 | A | 125 | 42 | 47 |
| Octal | 333 | 203 | 346 | 5 | 53 | 0 | 12 | 445 | 102 | 107 |
| Binary | 11011011 | 10000011 | 11100110 | 101 | 101011 | 0 | 1010 | 100100101 | 1000010 | 1000111 |
Color Harmonies of #DB83E6
Complementary color
Monochromatic Colors of #DB83E6
Black with #DB83E6
Text Example
Text Example
White with #DB83E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83E6; }
p { color: rgb(219,131,230); }
H1.HeaderClassName
{
color: #DB83E6;
}
.AnyTagClassName
{
color: #DB83E6;
}
</style>
background-color css
<style>
a { background-color: #DB83E6; }
a { background-color: rgb(219,131,230); }
div.DivClassName
{
background-color: #DB83E6;
}
.BgClassName
{
background-color: #DB83E6;
}
</style>
border-color css
<style>
span { border-color: #DB83E6; }
span { border-color: rgb(219,131,230); }
td.TdClassName
{
border-color: #DB83E6;
}
.TagClassName
{
border-color: #DB83E6;
}
</style>