Shades of Heliotrope #DB5BF4
Tints of Heliotrope #DB5BF4
RGB
CMYK
RGB Variations
Color information
#DB5BF4 (or 0xDB5BF4) is known color: Heliotrope. HEX triplet: DB, 5B and F4. RGB value is (219,91,244). Sum of RGB (Red+Green+Blue) = 219+91+244=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB5BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BF4 is #24A40B. Grayscale: #929292. Windows color (decimal): -2401292 or 16014299. OLE color: 16014299.
HSL color Cylindrical-coordinate representation of color #DB5BF4: hue angle of 290.2º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5BF4 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 91 | 244 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.04 |
| HSL | 290.2º | 0.87% | 0.66% | - |
| HSV(B) | 290.2º | 0.63% | 0.96% | - |
| XYZ | 49.28 | 29.07 | 88.6 | - |
| YUV | 146.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 244 | 0.10 | 0.63 | 0 | 0.04 | 290.2 | 0.87 | 0.66 |
| Hex | DB | 5B | F4 | A | 3F | 0 | 4 | 122 | 57 | 42 |
| Octal | 333 | 133 | 364 | 12 | 77 | 0 | 4 | 442 | 127 | 102 |
| Binary | 11011011 | 1011011 | 11110100 | 1010 | 111111 | 0 | 100 | 100100010 | 1010111 | 1000010 |
Color Harmonies of #DB5BF4
Complementary color
Monochromatic Colors of #DB5BF4
Black with #DB5BF4
Text Example
Text Example
White with #DB5BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BF4; }
p { color: rgb(219,91,244); }
H1.HeaderClassName
{
color: #DB5BF4;
}
.AnyTagClassName
{
color: #DB5BF4;
}
</style>
background-color css
<style>
a { background-color: #DB5BF4; }
a { background-color: rgb(219,91,244); }
div.DivClassName
{
background-color: #DB5BF4;
}
.BgClassName
{
background-color: #DB5BF4;
}
</style>
border-color css
<style>
span { border-color: #DB5BF4; }
span { border-color: rgb(219,91,244); }
td.TdClassName
{
border-color: #DB5BF4;
}
.TagClassName
{
border-color: #DB5BF4;
}
</style>