Shades of Heliotrope #DB81F6
Tints of Heliotrope #DB81F6
RGB
CMYK
RGB Variations
Color information
#DB81F6 (or 0xDB81F6) is known color: Heliotrope. HEX triplet: DB, 81 and F6. RGB value is (219,129,246). Sum of RGB (Red+Green+Blue) = 219+129+246=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81F6 is #247E09. Grayscale: #A8A8A8. Windows color (decimal): -2391562 or 16155099. OLE color: 16155099.
HSL color Cylindrical-coordinate representation of color #DB81F6: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB81F6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 129 | 246 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.04 |
| HSL | 286.15º | 0.87% | 0.74% | - |
| HSV(B) | 286.15º | 0.48% | 0.96% | - |
| XYZ | 53.7 | 37.41 | 91.58 | - |
| YUV | 169.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 246 | 0.11 | 0.48 | 0 | 0.04 | 286.15 | 0.87 | 0.74 |
| Hex | DB | 81 | F6 | B | 30 | 0 | 4 | 11E | 57 | 4A |
| Octal | 333 | 201 | 366 | 13 | 60 | 0 | 4 | 436 | 127 | 112 |
| Binary | 11011011 | 10000001 | 11110110 | 1011 | 110000 | 0 | 100 | 100011110 | 1010111 | 1001010 |
Color Harmonies of #DB81F6
Complementary color
Monochromatic Colors of #DB81F6
Black with #DB81F6
Text Example
Text Example
White with #DB81F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81F6; }
p { color: rgb(219,129,246); }
H1.HeaderClassName
{
color: #DB81F6;
}
.AnyTagClassName
{
color: #DB81F6;
}
</style>
background-color css
<style>
a { background-color: #DB81F6; }
a { background-color: rgb(219,129,246); }
div.DivClassName
{
background-color: #DB81F6;
}
.BgClassName
{
background-color: #DB81F6;
}
</style>
border-color css
<style>
span { border-color: #DB81F6; }
span { border-color: rgb(219,129,246); }
td.TdClassName
{
border-color: #DB81F6;
}
.TagClassName
{
border-color: #DB81F6;
}
</style>