Shades of Heliotrope #DB70FB
Tints of Heliotrope #DB70FB
RGB
CMYK
RGB Variations
Color information
#DB70FB (or 0xDB70FB) is known color: Heliotrope. HEX triplet: DB, 70 and FB. RGB value is (219,112,251). Sum of RGB (Red+Green+Blue) = 219+112+251=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB70FB is #248F04. Grayscale: #9F9F9F. Windows color (decimal): -2395909 or 16478427. OLE color: 16478427.
HSL color Cylindrical-coordinate representation of color #DB70FB: hue angle of 286.19º degrees, saturation: 0.95, 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 #DB70FB is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 112 | 251 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.02 |
| HSL | 286.19º | 0.95% | 0.71% | - |
| HSV(B) | 286.19º | 0.55% | 0.98% | - |
| XYZ | 52.42 | 33.61 | 94.99 | - |
| YUV | 159.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 251 | 0.13 | 0.55 | 0 | 0.02 | 286.19 | 0.95 | 0.71 |
| Hex | DB | 70 | FB | D | 37 | 0 | 2 | 11E | 5F | 47 |
| Octal | 333 | 160 | 373 | 15 | 67 | 0 | 2 | 436 | 137 | 107 |
| Binary | 11011011 | 1110000 | 11111011 | 1101 | 110111 | 0 | 10 | 100011110 | 1011111 | 1000111 |
Color Harmonies of #DB70FB
Complementary color
Monochromatic Colors of #DB70FB
Black with #DB70FB
Text Example
Text Example
White with #DB70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70FB; }
p { color: rgb(219,112,251); }
H1.HeaderClassName
{
color: #DB70FB;
}
.AnyTagClassName
{
color: #DB70FB;
}
</style>
background-color css
<style>
a { background-color: #DB70FB; }
a { background-color: rgb(219,112,251); }
div.DivClassName
{
background-color: #DB70FB;
}
.BgClassName
{
background-color: #DB70FB;
}
</style>
border-color css
<style>
span { border-color: #DB70FB; }
span { border-color: rgb(219,112,251); }
td.TdClassName
{
border-color: #DB70FB;
}
.TagClassName
{
border-color: #DB70FB;
}
</style>