Shades of Heliotrope #DB5BEF
Tints of Heliotrope #DB5BEF
RGB
CMYK
RGB Variations
Color information
#DB5BEF (or 0xDB5BEF) is known color: Heliotrope. HEX triplet: DB, 5B and EF. RGB value is (219,91,239). Sum of RGB (Red+Green+Blue) = 219+91+239=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 91 (35.94% from 255 or 16.58% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB5BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BEF is #24A410. Grayscale: #919191. Windows color (decimal): -2401297 or 15686619. OLE color: 15686619.
HSL color Cylindrical-coordinate representation of color #DB5BEF: hue angle of 291.89º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5BEF is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 91 | 239 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.06 |
| HSL | 291.89º | 0.82% | 0.65% | - |
| HSV(B) | 291.89º | 0.62% | 0.94% | - |
| XYZ | 48.53 | 28.77 | 84.66 | - |
| YUV | 146.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 239 | 0.08 | 0.62 | 0 | 0.06 | 291.89 | 0.82 | 0.65 |
| Hex | DB | 5B | EF | 8 | 3E | 0 | 6 | 124 | 52 | 41 |
| Octal | 333 | 133 | 357 | 10 | 76 | 0 | 6 | 444 | 122 | 101 |
| Binary | 11011011 | 1011011 | 11101111 | 1000 | 111110 | 0 | 110 | 100100100 | 1010010 | 1000001 |
Color Harmonies of #DB5BEF
Complementary color
Monochromatic Colors of #DB5BEF
Black with #DB5BEF
Text Example
Text Example
White with #DB5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BEF; }
p { color: rgb(219,91,239); }
H1.HeaderClassName
{
color: #DB5BEF;
}
.AnyTagClassName
{
color: #DB5BEF;
}
</style>
background-color css
<style>
a { background-color: #DB5BEF; }
a { background-color: rgb(219,91,239); }
div.DivClassName
{
background-color: #DB5BEF;
}
.BgClassName
{
background-color: #DB5BEF;
}
</style>
border-color css
<style>
span { border-color: #DB5BEF; }
span { border-color: rgb(219,91,239); }
td.TdClassName
{
border-color: #DB5BEF;
}
.TagClassName
{
border-color: #DB5BEF;
}
</style>