Shades of Heliotrope #DB81FB
Tints of Heliotrope #DB81FB
RGB
CMYK
RGB Variations
Color information
#DB81FB (or 0xDB81FB) is known color: Heliotrope. HEX triplet: DB, 81 and FB. RGB value is (219,129,251). Sum of RGB (Red+Green+Blue) = 219+129+251=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81FB is #247E04. Grayscale: #A9A9A9. Windows color (decimal): -2391557 or 16482779. OLE color: 16482779.
HSL color Cylindrical-coordinate representation of color #DB81FB: hue angle of 284.26º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB81FB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 129 | 251 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.02 |
| HSL | 284.26º | 0.94% | 0.75% | - |
| HSV(B) | 284.26º | 0.49% | 0.98% | - |
| XYZ | 54.48 | 37.73 | 95.68 | - |
| YUV | 169.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 251 | 0.13 | 0.49 | 0 | 0.02 | 284.26 | 0.94 | 0.75 |
| Hex | DB | 81 | FB | D | 31 | 0 | 2 | 11C | 5E | 4B |
| Octal | 333 | 201 | 373 | 15 | 61 | 0 | 2 | 434 | 136 | 113 |
| Binary | 11011011 | 10000001 | 11111011 | 1101 | 110001 | 0 | 10 | 100011100 | 1011110 | 1001011 |
Color Harmonies of #DB81FB
Complementary color
Monochromatic Colors of #DB81FB
Black with #DB81FB
Text Example
Text Example
White with #DB81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81FB; }
p { color: rgb(219,129,251); }
H1.HeaderClassName
{
color: #DB81FB;
}
.AnyTagClassName
{
color: #DB81FB;
}
</style>
background-color css
<style>
a { background-color: #DB81FB; }
a { background-color: rgb(219,129,251); }
div.DivClassName
{
background-color: #DB81FB;
}
.BgClassName
{
background-color: #DB81FB;
}
</style>
border-color css
<style>
span { border-color: #DB81FB; }
span { border-color: rgb(219,129,251); }
td.TdClassName
{
border-color: #DB81FB;
}
.TagClassName
{
border-color: #DB81FB;
}
</style>