Shades of Heliotrope #DB85FA
Tints of Heliotrope #DB85FA
RGB
CMYK
RGB Variations
Color information
#DB85FA (or 0xDB85FA) is known color: Heliotrope. HEX triplet: DB, 85 and FA. RGB value is (219,133,250). Sum of RGB (Red+Green+Blue) = 219+133+250=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FA is #247A05. Grayscale: #ABABAB. Windows color (decimal): -2390534 or 16418267. OLE color: 16418267.
HSL color Cylindrical-coordinate representation of color #DB85FA: hue angle of 284.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB85FA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 133 | 250 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.02 |
| HSL | 284.1º | 0.92% | 0.75% | - |
| HSV(B) | 284.1º | 0.47% | 0.98% | - |
| XYZ | 54.86 | 38.74 | 95.03 | - |
| YUV | 172.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 250 | 0.12 | 0.47 | 0 | 0.02 | 284.1 | 0.92 | 0.75 |
| Hex | DB | 85 | FA | C | 2F | 0 | 2 | 11C | 5C | 4B |
| Octal | 333 | 205 | 372 | 14 | 57 | 0 | 2 | 434 | 134 | 113 |
| Binary | 11011011 | 10000101 | 11111010 | 1100 | 101111 | 0 | 10 | 100011100 | 1011100 | 1001011 |
Color Harmonies of #DB85FA
Complementary color
Monochromatic Colors of #DB85FA
Black with #DB85FA
Text Example
Text Example
White with #DB85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85FA; }
p { color: rgb(219,133,250); }
H1.HeaderClassName
{
color: #DB85FA;
}
.AnyTagClassName
{
color: #DB85FA;
}
</style>
background-color css
<style>
a { background-color: #DB85FA; }
a { background-color: rgb(219,133,250); }
div.DivClassName
{
background-color: #DB85FA;
}
.BgClassName
{
background-color: #DB85FA;
}
</style>
border-color css
<style>
span { border-color: #DB85FA; }
span { border-color: rgb(219,133,250); }
td.TdClassName
{
border-color: #DB85FA;
}
.TagClassName
{
border-color: #DB85FA;
}
</style>