Shades of Heliotrope #DB81F0
Tints of Heliotrope #DB81F0
RGB
CMYK
RGB Variations
Color information
#DB81F0 (or 0xDB81F0) is known color: Heliotrope. HEX triplet: DB, 81 and F0. RGB value is (219,129,240). Sum of RGB (Red+Green+Blue) = 219+129+240=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81F0 is #247E0F. Grayscale: #A8A8A8. Windows color (decimal): -2391568 or 15761883. OLE color: 15761883.
HSL color Cylindrical-coordinate representation of color #DB81F0: hue angle of 288.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB81F0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 129 | 240 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.06 |
| HSL | 288.65º | 0.79% | 0.72% | - |
| HSV(B) | 288.65º | 0.46% | 0.94% | - |
| XYZ | 52.79 | 37.05 | 86.81 | - |
| YUV | 168.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 240 | 0.09 | 0.46 | 0 | 0.06 | 288.65 | 0.79 | 0.72 |
| Hex | DB | 81 | F0 | 9 | 2E | 0 | 6 | 121 | 4F | 48 |
| Octal | 333 | 201 | 360 | 11 | 56 | 0 | 6 | 441 | 117 | 110 |
| Binary | 11011011 | 10000001 | 11110000 | 1001 | 101110 | 0 | 110 | 100100001 | 1001111 | 1001000 |
Color Harmonies of #DB81F0
Complementary color
Monochromatic Colors of #DB81F0
Black with #DB81F0
Text Example
Text Example
White with #DB81F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81F0; }
p { color: rgb(219,129,240); }
H1.HeaderClassName
{
color: #DB81F0;
}
.AnyTagClassName
{
color: #DB81F0;
}
</style>
background-color css
<style>
a { background-color: #DB81F0; }
a { background-color: rgb(219,129,240); }
div.DivClassName
{
background-color: #DB81F0;
}
.BgClassName
{
background-color: #DB81F0;
}
</style>
border-color css
<style>
span { border-color: #DB81F0; }
span { border-color: rgb(219,129,240); }
td.TdClassName
{
border-color: #DB81F0;
}
.TagClassName
{
border-color: #DB81F0;
}
</style>