Shades of Heliotrope #DB7BFE
Tints of Heliotrope #DB7BFE
RGB
CMYK
RGB Variations
Color information
#DB7BFE (or 0xDB7BFE) is known color: Heliotrope. HEX triplet: DB, 7B and FE. RGB value is (219,123,254). Sum of RGB (Red+Green+Blue) = 219+123+254=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB7BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BFE is #248401. Grayscale: #A6A6A6. Windows color (decimal): -2393090 or 16677851. OLE color: 16677851.
HSL color Cylindrical-coordinate representation of color #DB7BFE: hue angle of 283.97º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7BFE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 123 | 254 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.00 |
| HSL | 283.97º | 0.98% | 0.74% | - |
| HSV(B) | 283.97º | 0.52% | 1% | - |
| XYZ | 54.19 | 36.38 | 97.93 | - |
| YUV | 166.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 254 | 0.14 | 0.52 | 0 | 0.00 | 283.97 | 0.98 | 0.74 |
| Hex | DB | 7B | FE | E | 34 | 0 | 0 | 11C | 62 | 4A |
| Octal | 333 | 173 | 376 | 16 | 64 | 0 | 0 | 434 | 142 | 112 |
| Binary | 11011011 | 1111011 | 11111110 | 1110 | 110100 | 0 | 0 | 100011100 | 1100010 | 1001010 |
Color Harmonies of #DB7BFE
Complementary color
Monochromatic Colors of #DB7BFE
Black with #DB7BFE
Text Example
Text Example
White with #DB7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BFE; }
p { color: rgb(219,123,254); }
H1.HeaderClassName
{
color: #DB7BFE;
}
.AnyTagClassName
{
color: #DB7BFE;
}
</style>
background-color css
<style>
a { background-color: #DB7BFE; }
a { background-color: rgb(219,123,254); }
div.DivClassName
{
background-color: #DB7BFE;
}
.BgClassName
{
background-color: #DB7BFE;
}
</style>
border-color css
<style>
span { border-color: #DB7BFE; }
span { border-color: rgb(219,123,254); }
td.TdClassName
{
border-color: #DB7BFE;
}
.TagClassName
{
border-color: #DB7BFE;
}
</style>