Shades of Heliotrope #DB47FC
Tints of Heliotrope #DB47FC
RGB
CMYK
RGB Variations
Color information
#DB47FC (or 0xDB47FC) is known color: Heliotrope. HEX triplet: DB, 47 and FC. RGB value is (219,71,252). Sum of RGB (Red+Green+Blue) = 219+71+252=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 71 (28.12% from 255 or 13.10% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47FC is #24B803. Grayscale: #878787. Windows color (decimal): -2406404 or 16533467. OLE color: 16533467.
HSL color Cylindrical-coordinate representation of color #DB47FC: hue angle of 289.06º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB47FC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 71 | 252 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.01 |
| HSL | 289.06º | 0.97% | 0.63% | - |
| HSV(B) | 289.06º | 0.72% | 0.99% | - |
| XYZ | 49.04 | 26.59 | 94.64 | - |
| YUV | 135.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 252 | 0.13 | 0.72 | 0 | 0.01 | 289.06 | 0.97 | 0.63 |
| Hex | DB | 47 | FC | D | 48 | 0 | 1 | 121 | 61 | 3F |
| Octal | 333 | 107 | 374 | 15 | 110 | 0 | 1 | 441 | 141 | 77 |
| Binary | 11011011 | 1000111 | 11111100 | 1101 | 1001000 | 0 | 1 | 100100001 | 1100001 | 111111 |
Color Harmonies of #DB47FC
Complementary color
Monochromatic Colors of #DB47FC
Black with #DB47FC
Text Example
Text Example
White with #DB47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47FC; }
p { color: rgb(219,71,252); }
H1.HeaderClassName
{
color: #DB47FC;
}
.AnyTagClassName
{
color: #DB47FC;
}
</style>
background-color css
<style>
a { background-color: #DB47FC; }
a { background-color: rgb(219,71,252); }
div.DivClassName
{
background-color: #DB47FC;
}
.BgClassName
{
background-color: #DB47FC;
}
</style>
border-color css
<style>
span { border-color: #DB47FC; }
span { border-color: rgb(219,71,252); }
td.TdClassName
{
border-color: #DB47FC;
}
.TagClassName
{
border-color: #DB47FC;
}
</style>