Shades of Heliotrope #DB83F2
Tints of Heliotrope #DB83F2
RGB
CMYK
RGB Variations
Color information
#DB83F2 (or 0xDB83F2) is known color: Heliotrope. HEX triplet: DB, 83 and F2. RGB value is (219,131,242). Sum of RGB (Red+Green+Blue) = 219+131+242=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83F2 is #247C0D. Grayscale: #A9A9A9. Windows color (decimal): -2391054 or 15893467. OLE color: 15893467.
HSL color Cylindrical-coordinate representation of color #DB83F2: hue angle of 287.57º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB83F2 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 131 | 242 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.05 |
| HSL | 287.57º | 0.81% | 0.73% | - |
| HSV(B) | 287.57º | 0.46% | 0.95% | - |
| XYZ | 53.36 | 37.7 | 88.47 | - |
| YUV | 169.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 242 | 0.10 | 0.46 | 0 | 0.05 | 287.57 | 0.81 | 0.73 |
| Hex | DB | 83 | F2 | A | 2E | 0 | 5 | 120 | 51 | 49 |
| Octal | 333 | 203 | 362 | 12 | 56 | 0 | 5 | 440 | 121 | 111 |
| Binary | 11011011 | 10000011 | 11110010 | 1010 | 101110 | 0 | 101 | 100100000 | 1010001 | 1001001 |
Color Harmonies of #DB83F2
Complementary color
Monochromatic Colors of #DB83F2
Black with #DB83F2
Text Example
Text Example
White with #DB83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83F2; }
p { color: rgb(219,131,242); }
H1.HeaderClassName
{
color: #DB83F2;
}
.AnyTagClassName
{
color: #DB83F2;
}
</style>
background-color css
<style>
a { background-color: #DB83F2; }
a { background-color: rgb(219,131,242); }
div.DivClassName
{
background-color: #DB83F2;
}
.BgClassName
{
background-color: #DB83F2;
}
</style>
border-color css
<style>
span { border-color: #DB83F2; }
span { border-color: rgb(219,131,242); }
td.TdClassName
{
border-color: #DB83F2;
}
.TagClassName
{
border-color: #DB83F2;
}
</style>