Shades of Heliotrope #DB7FFF
Tints of Heliotrope #DB7FFF
RGB
CMYK
RGB Variations
Color information
#DB7FFF (or 0xDB7FFF) is known color: Heliotrope. HEX triplet: DB, 7F and FF. RGB value is (219,127,255). Sum of RGB (Red+Green+Blue) = 219+127+255=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FFF is #248000. Grayscale: #A8A8A8. Windows color (decimal): -2392065 or 16744411. OLE color: 16744411.
HSL color Cylindrical-coordinate representation of color #DB7FFF: hue angle of 283.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7FFF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 127 | 255 | - |
| CMYK | 0.14 | 0.50 | 0 | 0 |
| HSL | 283.13º | 1% | 0.75% | - |
| HSV(B) | 283.13º | 0.5% | 1% | - |
| XYZ | 54.85 | 37.46 | 98.95 | - |
| YUV | 169.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 255 | 0.14 | 0.50 | 0 | 0 | 283.13 | 1 | 0.75 |
| Hex | DB | 7F | FF | E | 32 | 0 | 0 | 11B | 64 | 4B |
| Octal | 333 | 177 | 377 | 16 | 62 | 0 | 0 | 433 | 144 | 113 |
| Binary | 11011011 | 1111111 | 11111111 | 1110 | 110010 | 0 | 0 | 100011011 | 1100100 | 1001011 |
Color Harmonies of #DB7FFF
Complementary color
Monochromatic Colors of #DB7FFF
Black with #DB7FFF
Text Example
Text Example
White with #DB7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FFF; }
p { color: rgb(219,127,255); }
H1.HeaderClassName
{
color: #DB7FFF;
}
.AnyTagClassName
{
color: #DB7FFF;
}
</style>
background-color css
<style>
a { background-color: #DB7FFF; }
a { background-color: rgb(219,127,255); }
div.DivClassName
{
background-color: #DB7FFF;
}
.BgClassName
{
background-color: #DB7FFF;
}
</style>
border-color css
<style>
span { border-color: #DB7FFF; }
span { border-color: rgb(219,127,255); }
td.TdClassName
{
border-color: #DB7FFF;
}
.TagClassName
{
border-color: #DB7FFF;
}
</style>