Shades of Heliotrope #DB4BFB
Tints of Heliotrope #DB4BFB
RGB
CMYK
RGB Variations
Color information
#DB4BFB (or 0xDB4BFB) is known color: Heliotrope. HEX triplet: DB, 4B and FB. RGB value is (219,75,251). Sum of RGB (Red+Green+Blue) = 219+75+251=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 75 (29.69% from 255 or 13.76% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BFB is #24B404. Grayscale: #898989. Windows color (decimal): -2405381 or 16468955. OLE color: 16468955.
HSL color Cylindrical-coordinate representation of color #DB4BFB: hue angle of 289.09º degrees, saturation: 0.96, 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 #DB4BFB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 75 | 251 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.02 |
| HSL | 289.09º | 0.96% | 0.64% | - |
| HSV(B) | 289.09º | 0.7% | 0.98% | - |
| XYZ | 49.14 | 27.06 | 93.9 | - |
| YUV | 138.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 251 | 0.13 | 0.70 | 0 | 0.02 | 289.09 | 0.96 | 0.64 |
| Hex | DB | 4B | FB | D | 46 | 0 | 2 | 121 | 60 | 40 |
| Octal | 333 | 113 | 373 | 15 | 106 | 0 | 2 | 441 | 140 | 100 |
| Binary | 11011011 | 1001011 | 11111011 | 1101 | 1000110 | 0 | 10 | 100100001 | 1100000 | 1000000 |
Color Harmonies of #DB4BFB
Complementary color
Monochromatic Colors of #DB4BFB
Black with #DB4BFB
Text Example
Text Example
White with #DB4BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4BFB; }
p { color: rgb(219,75,251); }
H1.HeaderClassName
{
color: #DB4BFB;
}
.AnyTagClassName
{
color: #DB4BFB;
}
</style>
background-color css
<style>
a { background-color: #DB4BFB; }
a { background-color: rgb(219,75,251); }
div.DivClassName
{
background-color: #DB4BFB;
}
.BgClassName
{
background-color: #DB4BFB;
}
</style>
border-color css
<style>
span { border-color: #DB4BFB; }
span { border-color: rgb(219,75,251); }
td.TdClassName
{
border-color: #DB4BFB;
}
.TagClassName
{
border-color: #DB4BFB;
}
</style>