Shades of Heliotrope #DB47FD
Tints of Heliotrope #DB47FD
RGB
CMYK
RGB Variations
Color information
#DB47FD (or 0xDB47FD) is known color: Heliotrope. HEX triplet: DB, 47 and FD. RGB value is (219,71,253). Sum of RGB (Red+Green+Blue) = 219+71+253=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 71 (28.12% from 255 or 13.08% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB47FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47FD is #24B802. Grayscale: #878787. Windows color (decimal): -2406403 or 16599003. OLE color: 16599003.
HSL color Cylindrical-coordinate representation of color #DB47FD: hue angle of 288.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB47FD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 71 | 253 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.01 |
| HSL | 288.79º | 0.98% | 0.64% | - |
| HSV(B) | 288.79º | 0.72% | 0.99% | - |
| XYZ | 49.2 | 26.66 | 95.48 | - |
| YUV | 136 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 253 | 0.13 | 0.72 | 0 | 0.01 | 288.79 | 0.98 | 0.64 |
| Hex | DB | 47 | FD | D | 48 | 0 | 1 | 121 | 62 | 40 |
| Octal | 333 | 107 | 375 | 15 | 110 | 0 | 1 | 441 | 142 | 100 |
| Binary | 11011011 | 1000111 | 11111101 | 1101 | 1001000 | 0 | 1 | 100100001 | 1100010 | 1000000 |
Color Harmonies of #DB47FD
Complementary color
Monochromatic Colors of #DB47FD
Black with #DB47FD
Text Example
Text Example
White with #DB47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47FD; }
p { color: rgb(219,71,253); }
H1.HeaderClassName
{
color: #DB47FD;
}
.AnyTagClassName
{
color: #DB47FD;
}
</style>
background-color css
<style>
a { background-color: #DB47FD; }
a { background-color: rgb(219,71,253); }
div.DivClassName
{
background-color: #DB47FD;
}
.BgClassName
{
background-color: #DB47FD;
}
</style>
border-color css
<style>
span { border-color: #DB47FD; }
span { border-color: rgb(219,71,253); }
td.TdClassName
{
border-color: #DB47FD;
}
.TagClassName
{
border-color: #DB47FD;
}
</style>