Shades of Heliotrope #DB8CFE
Tints of Heliotrope #DB8CFE
RGB
CMYK
RGB Variations
Color information
#DB8CFE (or 0xDB8CFE) is known color: Heliotrope. HEX triplet: DB, 8C and FE. RGB value is (219,140,254). Sum of RGB (Red+Green+Blue) = 219+140+254=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CFE is #247301. Grayscale: #B0B0B0. Windows color (decimal): -2388738 or 16682203. OLE color: 16682203.
HSL color Cylindrical-coordinate representation of color #DB8CFE: hue angle of 281.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8CFE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 140 | 254 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.00 |
| HSL | 281.58º | 0.98% | 0.77% | - |
| HSV(B) | 281.58º | 0.45% | 1% | - |
| XYZ | 56.48 | 40.97 | 98.7 | - |
| YUV | 176.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 254 | 0.14 | 0.45 | 0 | 0.00 | 281.58 | 0.98 | 0.77 |
| Hex | DB | 8C | FE | E | 2D | 0 | 0 | 11A | 62 | 4D |
| Octal | 333 | 214 | 376 | 16 | 55 | 0 | 0 | 432 | 142 | 115 |
| Binary | 11011011 | 10001100 | 11111110 | 1110 | 101101 | 0 | 0 | 100011010 | 1100010 | 1001101 |
Color Harmonies of #DB8CFE
Complementary color
Monochromatic Colors of #DB8CFE
Black with #DB8CFE
Text Example
Text Example
White with #DB8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CFE; }
p { color: rgb(219,140,254); }
H1.HeaderClassName
{
color: #DB8CFE;
}
.AnyTagClassName
{
color: #DB8CFE;
}
</style>
background-color css
<style>
a { background-color: #DB8CFE; }
a { background-color: rgb(219,140,254); }
div.DivClassName
{
background-color: #DB8CFE;
}
.BgClassName
{
background-color: #DB8CFE;
}
</style>
border-color css
<style>
span { border-color: #DB8CFE; }
span { border-color: rgb(219,140,254); }
td.TdClassName
{
border-color: #DB8CFE;
}
.TagClassName
{
border-color: #DB8CFE;
}
</style>