Shades of Heliotrope #DB7CFE
Tints of Heliotrope #DB7CFE
RGB
CMYK
RGB Variations
Color information
#DB7CFE (or 0xDB7CFE) is known color: Heliotrope. HEX triplet: DB, 7C and FE. RGB value is (219,124,254). Sum of RGB (Red+Green+Blue) = 219+124+254=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB7CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CFE is #248301. Grayscale: #A6A6A6. Windows color (decimal): -2392834 or 16678107. OLE color: 16678107.
HSL color Cylindrical-coordinate representation of color #DB7CFE: hue angle of 283.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7CFE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 124 | 254 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.00 |
| HSL | 283.85º | 0.98% | 0.74% | - |
| HSV(B) | 283.85º | 0.51% | 1% | - |
| XYZ | 54.31 | 36.63 | 97.97 | - |
| YUV | 167.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 254 | 0.14 | 0.51 | 0 | 0.00 | 283.85 | 0.98 | 0.74 |
| Hex | DB | 7C | FE | E | 33 | 0 | 0 | 11C | 62 | 4A |
| Octal | 333 | 174 | 376 | 16 | 63 | 0 | 0 | 434 | 142 | 112 |
| Binary | 11011011 | 1111100 | 11111110 | 1110 | 110011 | 0 | 0 | 100011100 | 1100010 | 1001010 |
Color Harmonies of #DB7CFE
Complementary color
Monochromatic Colors of #DB7CFE
Black with #DB7CFE
Text Example
Text Example
White with #DB7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CFE; }
p { color: rgb(219,124,254); }
H1.HeaderClassName
{
color: #DB7CFE;
}
.AnyTagClassName
{
color: #DB7CFE;
}
</style>
background-color css
<style>
a { background-color: #DB7CFE; }
a { background-color: rgb(219,124,254); }
div.DivClassName
{
background-color: #DB7CFE;
}
.BgClassName
{
background-color: #DB7CFE;
}
</style>
border-color css
<style>
span { border-color: #DB7CFE; }
span { border-color: rgb(219,124,254); }
td.TdClassName
{
border-color: #DB7CFE;
}
.TagClassName
{
border-color: #DB7CFE;
}
</style>