Shades of Heliotrope #DB7EFB
Tints of Heliotrope #DB7EFB
RGB
CMYK
RGB Variations
Color information
#DB7EFB (or 0xDB7EFB) is known color: Heliotrope. HEX triplet: DB, 7E and FB. RGB value is (219,126,251). Sum of RGB (Red+Green+Blue) = 219+126+251=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EFB is #248104. Grayscale: #A7A7A7. Windows color (decimal): -2392325 or 16482011. OLE color: 16482011.
HSL color Cylindrical-coordinate representation of color #DB7EFB: hue angle of 284.64º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7EFB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 126 | 251 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.02 |
| HSL | 284.64º | 0.94% | 0.74% | - |
| HSV(B) | 284.64º | 0.5% | 0.98% | - |
| XYZ | 54.09 | 36.95 | 95.55 | - |
| YUV | 168.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 251 | 0.13 | 0.50 | 0 | 0.02 | 284.64 | 0.94 | 0.74 |
| Hex | DB | 7E | FB | D | 32 | 0 | 2 | 11D | 5E | 4A |
| Octal | 333 | 176 | 373 | 15 | 62 | 0 | 2 | 435 | 136 | 112 |
| Binary | 11011011 | 1111110 | 11111011 | 1101 | 110010 | 0 | 10 | 100011101 | 1011110 | 1001010 |
Color Harmonies of #DB7EFB
Complementary color
Monochromatic Colors of #DB7EFB
Black with #DB7EFB
Text Example
Text Example
White with #DB7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EFB; }
p { color: rgb(219,126,251); }
H1.HeaderClassName
{
color: #DB7EFB;
}
.AnyTagClassName
{
color: #DB7EFB;
}
</style>
background-color css
<style>
a { background-color: #DB7EFB; }
a { background-color: rgb(219,126,251); }
div.DivClassName
{
background-color: #DB7EFB;
}
.BgClassName
{
background-color: #DB7EFB;
}
</style>
border-color css
<style>
span { border-color: #DB7EFB; }
span { border-color: rgb(219,126,251); }
td.TdClassName
{
border-color: #DB7EFB;
}
.TagClassName
{
border-color: #DB7EFB;
}
</style>