Shades of Heliotrope #DB83FA
Tints of Heliotrope #DB83FA
RGB
CMYK
RGB Variations
Color information
#DB83FA (or 0xDB83FA) is known color: Heliotrope. HEX triplet: DB, 83 and FA. RGB value is (219,131,250). Sum of RGB (Red+Green+Blue) = 219+131+250=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83FA is #247C05. Grayscale: #AAAAAA. Windows color (decimal): -2391046 or 16417755. OLE color: 16417755.
HSL color Cylindrical-coordinate representation of color #DB83FA: hue angle of 284.37º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB83FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 131 | 250 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.02 |
| HSL | 284.37º | 0.92% | 0.75% | - |
| HSV(B) | 284.37º | 0.48% | 0.98% | - |
| XYZ | 54.59 | 38.19 | 94.94 | - |
| YUV | 170.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 250 | 0.12 | 0.48 | 0 | 0.02 | 284.37 | 0.92 | 0.75 |
| Hex | DB | 83 | FA | C | 30 | 0 | 2 | 11C | 5C | 4B |
| Octal | 333 | 203 | 372 | 14 | 60 | 0 | 2 | 434 | 134 | 113 |
| Binary | 11011011 | 10000011 | 11111010 | 1100 | 110000 | 0 | 10 | 100011100 | 1011100 | 1001011 |
Color Harmonies of #DB83FA
Complementary color
Monochromatic Colors of #DB83FA
Black with #DB83FA
Text Example
Text Example
White with #DB83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83FA; }
p { color: rgb(219,131,250); }
H1.HeaderClassName
{
color: #DB83FA;
}
.AnyTagClassName
{
color: #DB83FA;
}
</style>
background-color css
<style>
a { background-color: #DB83FA; }
a { background-color: rgb(219,131,250); }
div.DivClassName
{
background-color: #DB83FA;
}
.BgClassName
{
background-color: #DB83FA;
}
</style>
border-color css
<style>
span { border-color: #DB83FA; }
span { border-color: rgb(219,131,250); }
td.TdClassName
{
border-color: #DB83FA;
}
.TagClassName
{
border-color: #DB83FA;
}
</style>