Shades of Heliotrope #DB51FF
Tints of Heliotrope #DB51FF
RGB
CMYK
RGB Variations
Color information
#DB51FF (or 0xDB51FF) is known color: Heliotrope. HEX triplet: DB, 51 and FF. RGB value is (219,81,255). Sum of RGB (Red+Green+Blue) = 219+81+255=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 81 (32.03% from 255 or 14.59% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51FF is #24AE00. Grayscale: #8D8D8D. Windows color (decimal): -2403841 or 16732635. OLE color: 16732635.
HSL color Cylindrical-coordinate representation of color #DB51FF: hue angle of 287.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB51FF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 81 | 255 | - |
| CMYK | 0.14 | 0.68 | 0 | 0 |
| HSL | 287.59º | 1% | 0.66% | - |
| HSV(B) | 287.59º | 0.68% | 1% | - |
| XYZ | 50.21 | 28.16 | 97.4 | - |
| YUV | 142.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 255 | 0.14 | 0.68 | 0 | 0 | 287.59 | 1 | 0.66 |
| Hex | DB | 51 | FF | E | 44 | 0 | 0 | 120 | 64 | 42 |
| Octal | 333 | 121 | 377 | 16 | 104 | 0 | 0 | 440 | 144 | 102 |
| Binary | 11011011 | 1010001 | 11111111 | 1110 | 1000100 | 0 | 0 | 100100000 | 1100100 | 1000010 |
Color Harmonies of #DB51FF
Complementary color
Monochromatic Colors of #DB51FF
Black with #DB51FF
Text Example
Text Example
White with #DB51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51FF; }
p { color: rgb(219,81,255); }
H1.HeaderClassName
{
color: #DB51FF;
}
.AnyTagClassName
{
color: #DB51FF;
}
</style>
background-color css
<style>
a { background-color: #DB51FF; }
a { background-color: rgb(219,81,255); }
div.DivClassName
{
background-color: #DB51FF;
}
.BgClassName
{
background-color: #DB51FF;
}
</style>
border-color css
<style>
span { border-color: #DB51FF; }
span { border-color: rgb(219,81,255); }
td.TdClassName
{
border-color: #DB51FF;
}
.TagClassName
{
border-color: #DB51FF;
}
</style>