Shades of Heliotrope #DB71F3
Tints of Heliotrope #DB71F3
RGB
CMYK
RGB Variations
Color information
#DB71F3 (or 0xDB71F3) is known color: Heliotrope. HEX triplet: DB, 71 and F3. RGB value is (219,113,243). Sum of RGB (Red+Green+Blue) = 219+113+243=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB71F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71F3 is #248E0C. Grayscale: #9F9F9F. Windows color (decimal): -2395661 or 15954395. OLE color: 15954395.
HSL color Cylindrical-coordinate representation of color #DB71F3: hue angle of 288.92º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB71F3 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 113 | 243 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.05 |
| HSL | 288.92º | 0.84% | 0.7% | - |
| HSV(B) | 288.92º | 0.53% | 0.95% | - |
| XYZ | 51.3 | 33.34 | 88.53 | - |
| YUV | 159.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 243 | 0.10 | 0.53 | 0 | 0.05 | 288.92 | 0.84 | 0.7 |
| Hex | DB | 71 | F3 | A | 35 | 0 | 5 | 121 | 54 | 46 |
| Octal | 333 | 161 | 363 | 12 | 65 | 0 | 5 | 441 | 124 | 106 |
| Binary | 11011011 | 1110001 | 11110011 | 1010 | 110101 | 0 | 101 | 100100001 | 1010100 | 1000110 |
Color Harmonies of #DB71F3
Complementary color
Monochromatic Colors of #DB71F3
Black with #DB71F3
Text Example
Text Example
White with #DB71F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71F3; }
p { color: rgb(219,113,243); }
H1.HeaderClassName
{
color: #DB71F3;
}
.AnyTagClassName
{
color: #DB71F3;
}
</style>
background-color css
<style>
a { background-color: #DB71F3; }
a { background-color: rgb(219,113,243); }
div.DivClassName
{
background-color: #DB71F3;
}
.BgClassName
{
background-color: #DB71F3;
}
</style>
border-color css
<style>
span { border-color: #DB71F3; }
span { border-color: rgb(219,113,243); }
td.TdClassName
{
border-color: #DB71F3;
}
.TagClassName
{
border-color: #DB71F3;
}
</style>