Shades of Heliotrope #DB4DFA
Tints of Heliotrope #DB4DFA
RGB
CMYK
RGB Variations
Color information
#DB4DFA (or 0xDB4DFA) is known color: Heliotrope. HEX triplet: DB, 4D and FA. RGB value is (219,77,250). Sum of RGB (Red+Green+Blue) = 219+77+250=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DFA is #24B205. Grayscale: #8A8A8A. Windows color (decimal): -2404870 or 16403931. OLE color: 16403931.
HSL color Cylindrical-coordinate representation of color #DB4DFA: hue angle of 289.25º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4DFA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 77 | 250 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.02 |
| HSL | 289.25º | 0.95% | 0.64% | - |
| HSV(B) | 289.25º | 0.69% | 0.98% | - |
| XYZ | 49.12 | 27.27 | 93.12 | - |
| YUV | 139.18 | 190.54 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 250 | 0.12 | 0.69 | 0 | 0.02 | 289.25 | 0.95 | 0.64 |
| Hex | DB | 4D | FA | C | 45 | 0 | 2 | 121 | 5F | 40 |
| Octal | 333 | 115 | 372 | 14 | 105 | 0 | 2 | 441 | 137 | 100 |
| Binary | 11011011 | 1001101 | 11111010 | 1100 | 1000101 | 0 | 10 | 100100001 | 1011111 | 1000000 |
Color Harmonies of #DB4DFA
Complementary color
Monochromatic Colors of #DB4DFA
Black with #DB4DFA
Text Example
Text Example
White with #DB4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DFA; }
p { color: rgb(219,77,250); }
H1.HeaderClassName
{
color: #DB4DFA;
}
.AnyTagClassName
{
color: #DB4DFA;
}
</style>
background-color css
<style>
a { background-color: #DB4DFA; }
a { background-color: rgb(219,77,250); }
div.DivClassName
{
background-color: #DB4DFA;
}
.BgClassName
{
background-color: #DB4DFA;
}
</style>
border-color css
<style>
span { border-color: #DB4DFA; }
span { border-color: rgb(219,77,250); }
td.TdClassName
{
border-color: #DB4DFA;
}
.TagClassName
{
border-color: #DB4DFA;
}
</style>