Shades of Heliotrope #DB51FC
Tints of Heliotrope #DB51FC
RGB
CMYK
RGB Variations
Color information
#DB51FC (or 0xDB51FC) is known color: Heliotrope. HEX triplet: DB, 51 and FC. RGB value is (219,81,252). Sum of RGB (Red+Green+Blue) = 219+81+252=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51FC is #24AE03. Grayscale: #8D8D8D. Windows color (decimal): -2403844 or 16536027. OLE color: 16536027.
HSL color Cylindrical-coordinate representation of color #DB51FC: hue angle of 288.42º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB51FC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 81 | 252 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.01 |
| HSL | 288.42º | 0.97% | 0.65% | - |
| HSV(B) | 288.42º | 0.68% | 0.99% | - |
| XYZ | 49.73 | 27.97 | 94.87 | - |
| YUV | 141.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 252 | 0.13 | 0.68 | 0 | 0.01 | 288.42 | 0.97 | 0.65 |
| Hex | DB | 51 | FC | D | 44 | 0 | 1 | 120 | 61 | 41 |
| Octal | 333 | 121 | 374 | 15 | 104 | 0 | 1 | 440 | 141 | 101 |
| Binary | 11011011 | 1010001 | 11111100 | 1101 | 1000100 | 0 | 1 | 100100000 | 1100001 | 1000001 |
Color Harmonies of #DB51FC
Complementary color
Monochromatic Colors of #DB51FC
Black with #DB51FC
Text Example
Text Example
White with #DB51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51FC; }
p { color: rgb(219,81,252); }
H1.HeaderClassName
{
color: #DB51FC;
}
.AnyTagClassName
{
color: #DB51FC;
}
</style>
background-color css
<style>
a { background-color: #DB51FC; }
a { background-color: rgb(219,81,252); }
div.DivClassName
{
background-color: #DB51FC;
}
.BgClassName
{
background-color: #DB51FC;
}
</style>
border-color css
<style>
span { border-color: #DB51FC; }
span { border-color: rgb(219,81,252); }
td.TdClassName
{
border-color: #DB51FC;
}
.TagClassName
{
border-color: #DB51FC;
}
</style>