Shades of Heliotrope #DB7BF6
Tints of Heliotrope #DB7BF6
RGB
CMYK
RGB Variations
Color information
#DB7BF6 (or 0xDB7BF6) is known color: Heliotrope. HEX triplet: DB, 7B and F6. RGB value is (219,123,246). Sum of RGB (Red+Green+Blue) = 219+123+246=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB7BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BF6 is #248409. Grayscale: #A5A5A5. Windows color (decimal): -2393098 or 16153563. OLE color: 16153563.
HSL color Cylindrical-coordinate representation of color #DB7BF6: hue angle of 286.83º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7BF6 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 123 | 246 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.04 |
| HSL | 286.83º | 0.87% | 0.72% | - |
| HSV(B) | 286.83º | 0.5% | 0.96% | - |
| XYZ | 52.93 | 35.88 | 91.32 | - |
| YUV | 165.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 246 | 0.11 | 0.50 | 0 | 0.04 | 286.83 | 0.87 | 0.72 |
| Hex | DB | 7B | F6 | B | 32 | 0 | 4 | 11F | 57 | 48 |
| Octal | 333 | 173 | 366 | 13 | 62 | 0 | 4 | 437 | 127 | 110 |
| Binary | 11011011 | 1111011 | 11110110 | 1011 | 110010 | 0 | 100 | 100011111 | 1010111 | 1001000 |
Color Harmonies of #DB7BF6
Complementary color
Monochromatic Colors of #DB7BF6
Black with #DB7BF6
Text Example
Text Example
White with #DB7BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BF6; }
p { color: rgb(219,123,246); }
H1.HeaderClassName
{
color: #DB7BF6;
}
.AnyTagClassName
{
color: #DB7BF6;
}
</style>
background-color css
<style>
a { background-color: #DB7BF6; }
a { background-color: rgb(219,123,246); }
div.DivClassName
{
background-color: #DB7BF6;
}
.BgClassName
{
background-color: #DB7BF6;
}
</style>
border-color css
<style>
span { border-color: #DB7BF6; }
span { border-color: rgb(219,123,246); }
td.TdClassName
{
border-color: #DB7BF6;
}
.TagClassName
{
border-color: #DB7BF6;
}
</style>