Shades of Heliotrope #DB51FA
Tints of Heliotrope #DB51FA
RGB
CMYK
RGB Variations
Color information
#DB51FA (or 0xDB51FA) is known color: Heliotrope. HEX triplet: DB, 51 and FA. RGB value is (219,81,250). Sum of RGB (Red+Green+Blue) = 219+81+250=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 81 (32.03% from 255 or 14.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB51FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51FA is #24AE05. Grayscale: #8C8C8C. Windows color (decimal): -2403846 or 16404955. OLE color: 16404955.
HSL color Cylindrical-coordinate representation of color #DB51FA: hue angle of 288.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB51FA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 81 | 250 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.02 |
| HSL | 288.99º | 0.94% | 0.65% | - |
| HSV(B) | 288.99º | 0.68% | 0.98% | - |
| XYZ | 49.41 | 27.85 | 93.21 | - |
| YUV | 141.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 250 | 0.12 | 0.68 | 0 | 0.02 | 288.99 | 0.94 | 0.65 |
| Hex | DB | 51 | FA | C | 44 | 0 | 2 | 121 | 5E | 41 |
| Octal | 333 | 121 | 372 | 14 | 104 | 0 | 2 | 441 | 136 | 101 |
| Binary | 11011011 | 1010001 | 11111010 | 1100 | 1000100 | 0 | 10 | 100100001 | 1011110 | 1000001 |
Color Harmonies of #DB51FA
Complementary color
Monochromatic Colors of #DB51FA
Black with #DB51FA
Text Example
Text Example
White with #DB51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51FA; }
p { color: rgb(219,81,250); }
H1.HeaderClassName
{
color: #DB51FA;
}
.AnyTagClassName
{
color: #DB51FA;
}
</style>
background-color css
<style>
a { background-color: #DB51FA; }
a { background-color: rgb(219,81,250); }
div.DivClassName
{
background-color: #DB51FA;
}
.BgClassName
{
background-color: #DB51FA;
}
</style>
border-color css
<style>
span { border-color: #DB51FA; }
span { border-color: rgb(219,81,250); }
td.TdClassName
{
border-color: #DB51FA;
}
.TagClassName
{
border-color: #DB51FA;
}
</style>