Shades of Heliotrope #DB7FF8
Tints of Heliotrope #DB7FF8
RGB
CMYK
RGB Variations
Color information
#DB7FF8 (or 0xDB7FF8) is known color: Heliotrope. HEX triplet: DB, 7F and F8. RGB value is (219,127,248). Sum of RGB (Red+Green+Blue) = 219+127+248=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB7FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FF8 is #248007. Grayscale: #A7A7A7. Windows color (decimal): -2392072 or 16285659. OLE color: 16285659.
HSL color Cylindrical-coordinate representation of color #DB7FF8: hue angle of 285.62º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7FF8 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 127 | 248 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.03 |
| HSL | 285.62º | 0.9% | 0.74% | - |
| HSV(B) | 285.62º | 0.49% | 0.97% | - |
| XYZ | 53.75 | 37.02 | 93.12 | - |
| YUV | 168.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 248 | 0.12 | 0.49 | 0 | 0.03 | 285.62 | 0.9 | 0.74 |
| Hex | DB | 7F | F8 | C | 31 | 0 | 3 | 11E | 5A | 4A |
| Octal | 333 | 177 | 370 | 14 | 61 | 0 | 3 | 436 | 132 | 112 |
| Binary | 11011011 | 1111111 | 11111000 | 1100 | 110001 | 0 | 11 | 100011110 | 1011010 | 1001010 |
Color Harmonies of #DB7FF8
Complementary color
Monochromatic Colors of #DB7FF8
Black with #DB7FF8
Text Example
Text Example
White with #DB7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FF8; }
p { color: rgb(219,127,248); }
H1.HeaderClassName
{
color: #DB7FF8;
}
.AnyTagClassName
{
color: #DB7FF8;
}
</style>
background-color css
<style>
a { background-color: #DB7FF8; }
a { background-color: rgb(219,127,248); }
div.DivClassName
{
background-color: #DB7FF8;
}
.BgClassName
{
background-color: #DB7FF8;
}
</style>
border-color css
<style>
span { border-color: #DB7FF8; }
span { border-color: rgb(219,127,248); }
td.TdClassName
{
border-color: #DB7FF8;
}
.TagClassName
{
border-color: #DB7FF8;
}
</style>