Shades of Heliotrope #DB7BF0
Tints of Heliotrope #DB7BF0
RGB
CMYK
RGB Variations
Color information
#DB7BF0 (or 0xDB7BF0) is known color: Heliotrope. HEX triplet: DB, 7B and F0. RGB value is (219,123,240). Sum of RGB (Red+Green+Blue) = 219+123+240=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB7BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BF0 is #24840F. Grayscale: #A4A4A4. Windows color (decimal): -2393104 or 15760347. OLE color: 15760347.
HSL color Cylindrical-coordinate representation of color #DB7BF0: hue angle of 289.23º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7BF0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 123 | 240 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.06 |
| HSL | 289.23º | 0.8% | 0.71% | - |
| HSV(B) | 289.23º | 0.49% | 0.94% | - |
| XYZ | 52.02 | 35.52 | 86.55 | - |
| YUV | 165.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 240 | 0.09 | 0.49 | 0 | 0.06 | 289.23 | 0.8 | 0.71 |
| Hex | DB | 7B | F0 | 9 | 31 | 0 | 6 | 121 | 50 | 47 |
| Octal | 333 | 173 | 360 | 11 | 61 | 0 | 6 | 441 | 120 | 107 |
| Binary | 11011011 | 1111011 | 11110000 | 1001 | 110001 | 0 | 110 | 100100001 | 1010000 | 1000111 |
Color Harmonies of #DB7BF0
Complementary color
Monochromatic Colors of #DB7BF0
Black with #DB7BF0
Text Example
Text Example
White with #DB7BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BF0; }
p { color: rgb(219,123,240); }
H1.HeaderClassName
{
color: #DB7BF0;
}
.AnyTagClassName
{
color: #DB7BF0;
}
</style>
background-color css
<style>
a { background-color: #DB7BF0; }
a { background-color: rgb(219,123,240); }
div.DivClassName
{
background-color: #DB7BF0;
}
.BgClassName
{
background-color: #DB7BF0;
}
</style>
border-color css
<style>
span { border-color: #DB7BF0; }
span { border-color: rgb(219,123,240); }
td.TdClassName
{
border-color: #DB7BF0;
}
.TagClassName
{
border-color: #DB7BF0;
}
</style>