Shades of Heliotrope #DB70FA
Tints of Heliotrope #DB70FA
RGB
CMYK
RGB Variations
Color information
#DB70FA (or 0xDB70FA) is known color: Heliotrope. HEX triplet: DB, 70 and FA. RGB value is (219,112,250). Sum of RGB (Red+Green+Blue) = 219+112+250=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70FA is #248F05. Grayscale: #9F9F9F. Windows color (decimal): -2395910 or 16412891. OLE color: 16412891.
HSL color Cylindrical-coordinate representation of color #DB70FA: hue angle of 286.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB70FA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 112 | 250 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.02 |
| HSL | 286.52º | 0.93% | 0.71% | - |
| HSV(B) | 286.52º | 0.55% | 0.98% | - |
| XYZ | 52.26 | 33.55 | 94.16 | - |
| YUV | 159.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 250 | 0.12 | 0.55 | 0 | 0.02 | 286.52 | 0.93 | 0.71 |
| Hex | DB | 70 | FA | C | 37 | 0 | 2 | 11F | 5D | 47 |
| Octal | 333 | 160 | 372 | 14 | 67 | 0 | 2 | 437 | 135 | 107 |
| Binary | 11011011 | 1110000 | 11111010 | 1100 | 110111 | 0 | 10 | 100011111 | 1011101 | 1000111 |
Color Harmonies of #DB70FA
Complementary color
Monochromatic Colors of #DB70FA
Black with #DB70FA
Text Example
Text Example
White with #DB70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70FA; }
p { color: rgb(219,112,250); }
H1.HeaderClassName
{
color: #DB70FA;
}
.AnyTagClassName
{
color: #DB70FA;
}
</style>
background-color css
<style>
a { background-color: #DB70FA; }
a { background-color: rgb(219,112,250); }
div.DivClassName
{
background-color: #DB70FA;
}
.BgClassName
{
background-color: #DB70FA;
}
</style>
border-color css
<style>
span { border-color: #DB70FA; }
span { border-color: rgb(219,112,250); }
td.TdClassName
{
border-color: #DB70FA;
}
.TagClassName
{
border-color: #DB70FA;
}
</style>