Shades of Heliotrope #DB7BF7
Tints of Heliotrope #DB7BF7
RGB
CMYK
RGB Variations
Color information
#DB7BF7 (or 0xDB7BF7) is known color: Heliotrope. HEX triplet: DB, 7B and F7. RGB value is (219,123,247). Sum of RGB (Red+Green+Blue) = 219+123+247=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB7BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BF7 is #248408. Grayscale: #A5A5A5. Windows color (decimal): -2393097 or 16219099. OLE color: 16219099.
HSL color Cylindrical-coordinate representation of color #DB7BF7: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7BF7 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 123 | 247 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.03 |
| HSL | 286.45º | 0.89% | 0.73% | - |
| HSV(B) | 286.45º | 0.5% | 0.97% | - |
| XYZ | 53.08 | 35.94 | 92.14 | - |
| YUV | 165.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 247 | 0.11 | 0.50 | 0 | 0.03 | 286.45 | 0.89 | 0.73 |
| Hex | DB | 7B | F7 | B | 32 | 0 | 3 | 11E | 59 | 49 |
| Octal | 333 | 173 | 367 | 13 | 62 | 0 | 3 | 436 | 131 | 111 |
| Binary | 11011011 | 1111011 | 11110111 | 1011 | 110010 | 0 | 11 | 100011110 | 1011001 | 1001001 |
Color Harmonies of #DB7BF7
Complementary color
Monochromatic Colors of #DB7BF7
Black with #DB7BF7
Text Example
Text Example
White with #DB7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BF7; }
p { color: rgb(219,123,247); }
H1.HeaderClassName
{
color: #DB7BF7;
}
.AnyTagClassName
{
color: #DB7BF7;
}
</style>
background-color css
<style>
a { background-color: #DB7BF7; }
a { background-color: rgb(219,123,247); }
div.DivClassName
{
background-color: #DB7BF7;
}
.BgClassName
{
background-color: #DB7BF7;
}
</style>
border-color css
<style>
span { border-color: #DB7BF7; }
span { border-color: rgb(219,123,247); }
td.TdClassName
{
border-color: #DB7BF7;
}
.TagClassName
{
border-color: #DB7BF7;
}
</style>