Shades of Heliotrope #DB4AFA
Tints of Heliotrope #DB4AFA
RGB
CMYK
RGB Variations
Color information
#DB4AFA (or 0xDB4AFA) is known color: Heliotrope. HEX triplet: DB, 4A and FA. RGB value is (219,74,250). Sum of RGB (Red+Green+Blue) = 219+74+250=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AFA is #24B505. Grayscale: #888888. Windows color (decimal): -2405638 or 16403163. OLE color: 16403163.
HSL color Cylindrical-coordinate representation of color #DB4AFA: hue angle of 289.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4AFA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 74 | 250 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.02 |
| HSL | 289.43º | 0.95% | 0.64% | - |
| HSV(B) | 289.43º | 0.7% | 0.98% | - |
| XYZ | 48.92 | 26.86 | 93.05 | - |
| YUV | 137.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 250 | 0.12 | 0.70 | 0 | 0.02 | 289.43 | 0.95 | 0.64 |
| Hex | DB | 4A | FA | C | 46 | 0 | 2 | 121 | 5F | 40 |
| Octal | 333 | 112 | 372 | 14 | 106 | 0 | 2 | 441 | 137 | 100 |
| Binary | 11011011 | 1001010 | 11111010 | 1100 | 1000110 | 0 | 10 | 100100001 | 1011111 | 1000000 |
Color Harmonies of #DB4AFA
Complementary color
Monochromatic Colors of #DB4AFA
Black with #DB4AFA
Text Example
Text Example
White with #DB4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AFA; }
p { color: rgb(219,74,250); }
H1.HeaderClassName
{
color: #DB4AFA;
}
.AnyTagClassName
{
color: #DB4AFA;
}
</style>
background-color css
<style>
a { background-color: #DB4AFA; }
a { background-color: rgb(219,74,250); }
div.DivClassName
{
background-color: #DB4AFA;
}
.BgClassName
{
background-color: #DB4AFA;
}
</style>
border-color css
<style>
span { border-color: #DB4AFA; }
span { border-color: rgb(219,74,250); }
td.TdClassName
{
border-color: #DB4AFA;
}
.TagClassName
{
border-color: #DB4AFA;
}
</style>