Shades of Heliotrope #DB5BF3
Tints of Heliotrope #DB5BF3
RGB
CMYK
RGB Variations
Color information
#DB5BF3 (or 0xDB5BF3) is known color: Heliotrope. HEX triplet: DB, 5B and F3. RGB value is (219,91,243). Sum of RGB (Red+Green+Blue) = 219+91+243=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB5BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BF3 is #24A40C. Grayscale: #929292. Windows color (decimal): -2401293 or 15948763. OLE color: 15948763.
HSL color Cylindrical-coordinate representation of color #DB5BF3: hue angle of 290.53º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5BF3 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 91 | 243 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.05 |
| HSL | 290.53º | 0.86% | 0.65% | - |
| HSV(B) | 290.53º | 0.63% | 0.95% | - |
| XYZ | 49.13 | 29.01 | 87.8 | - |
| YUV | 146.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 243 | 0.10 | 0.63 | 0 | 0.05 | 290.53 | 0.86 | 0.65 |
| Hex | DB | 5B | F3 | A | 3F | 0 | 5 | 123 | 56 | 41 |
| Octal | 333 | 133 | 363 | 12 | 77 | 0 | 5 | 443 | 126 | 101 |
| Binary | 11011011 | 1011011 | 11110011 | 1010 | 111111 | 0 | 101 | 100100011 | 1010110 | 1000001 |
Color Harmonies of #DB5BF3
Complementary color
Monochromatic Colors of #DB5BF3
Black with #DB5BF3
Text Example
Text Example
White with #DB5BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BF3; }
p { color: rgb(219,91,243); }
H1.HeaderClassName
{
color: #DB5BF3;
}
.AnyTagClassName
{
color: #DB5BF3;
}
</style>
background-color css
<style>
a { background-color: #DB5BF3; }
a { background-color: rgb(219,91,243); }
div.DivClassName
{
background-color: #DB5BF3;
}
.BgClassName
{
background-color: #DB5BF3;
}
</style>
border-color css
<style>
span { border-color: #DB5BF3; }
span { border-color: rgb(219,91,243); }
td.TdClassName
{
border-color: #DB5BF3;
}
.TagClassName
{
border-color: #DB5BF3;
}
</style>