Shades of Heliotrope #DB8CFF
Tints of Heliotrope #DB8CFF
RGB
CMYK
RGB Variations
Color information
#DB8CFF (or 0xDB8CFF) is known color: Heliotrope. HEX triplet: DB, 8C and FF. RGB value is (219,140,255). Sum of RGB (Red+Green+Blue) = 219+140+255=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8CFF is #247300. Grayscale: #B0B0B0. Windows color (decimal): -2388737 or 16747739. OLE color: 16747739.
HSL color Cylindrical-coordinate representation of color #DB8CFF: hue angle of 281.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8CFF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 140 | 255 | - |
| CMYK | 0.14 | 0.45 | 0 | 0 |
| HSL | 281.22º | 1% | 0.77% | - |
| HSV(B) | 281.22º | 0.45% | 1% | - |
| XYZ | 56.64 | 41.04 | 99.54 | - |
| YUV | 176.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 255 | 0.14 | 0.45 | 0 | 0 | 281.22 | 1 | 0.77 |
| Hex | DB | 8C | FF | E | 2D | 0 | 0 | 119 | 64 | 4D |
| Octal | 333 | 214 | 377 | 16 | 55 | 0 | 0 | 431 | 144 | 115 |
| Binary | 11011011 | 10001100 | 11111111 | 1110 | 101101 | 0 | 0 | 100011001 | 1100100 | 1001101 |
Color Harmonies of #DB8CFF
Complementary color
Monochromatic Colors of #DB8CFF
Black with #DB8CFF
Text Example
Text Example
White with #DB8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CFF; }
p { color: rgb(219,140,255); }
H1.HeaderClassName
{
color: #DB8CFF;
}
.AnyTagClassName
{
color: #DB8CFF;
}
</style>
background-color css
<style>
a { background-color: #DB8CFF; }
a { background-color: rgb(219,140,255); }
div.DivClassName
{
background-color: #DB8CFF;
}
.BgClassName
{
background-color: #DB8CFF;
}
</style>
border-color css
<style>
span { border-color: #DB8CFF; }
span { border-color: rgb(219,140,255); }
td.TdClassName
{
border-color: #DB8CFF;
}
.TagClassName
{
border-color: #DB8CFF;
}
</style>