Shades of Heliotrope #DB81FF
Tints of Heliotrope #DB81FF
RGB
CMYK
RGB Variations
Color information
#DB81FF (or 0xDB81FF) is known color: Heliotrope. HEX triplet: DB, 81 and FF. RGB value is (219,129,255). Sum of RGB (Red+Green+Blue) = 219+129+255=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81FF is #247E00. Grayscale: #A9A9A9. Windows color (decimal): -2391553 or 16744923. OLE color: 16744923.
HSL color Cylindrical-coordinate representation of color #DB81FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB81FF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 129 | 255 | - |
| CMYK | 0.14 | 0.49 | 0 | 0 |
| HSL | 282.86º | 1% | 0.75% | - |
| HSV(B) | 282.86º | 0.49% | 1% | - |
| XYZ | 55.11 | 37.98 | 99.03 | - |
| YUV | 170.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 255 | 0.14 | 0.49 | 0 | 0 | 282.86 | 1 | 0.75 |
| Hex | DB | 81 | FF | E | 31 | 0 | 0 | 11B | 64 | 4B |
| Octal | 333 | 201 | 377 | 16 | 61 | 0 | 0 | 433 | 144 | 113 |
| Binary | 11011011 | 10000001 | 11111111 | 1110 | 110001 | 0 | 0 | 100011011 | 1100100 | 1001011 |
Color Harmonies of #DB81FF
Complementary color
Monochromatic Colors of #DB81FF
Black with #DB81FF
Text Example
Text Example
White with #DB81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81FF; }
p { color: rgb(219,129,255); }
H1.HeaderClassName
{
color: #DB81FF;
}
.AnyTagClassName
{
color: #DB81FF;
}
</style>
background-color css
<style>
a { background-color: #DB81FF; }
a { background-color: rgb(219,129,255); }
div.DivClassName
{
background-color: #DB81FF;
}
.BgClassName
{
background-color: #DB81FF;
}
</style>
border-color css
<style>
span { border-color: #DB81FF; }
span { border-color: rgb(219,129,255); }
td.TdClassName
{
border-color: #DB81FF;
}
.TagClassName
{
border-color: #DB81FF;
}
</style>