Shades of Heliotrope #DB50FE
Tints of Heliotrope #DB50FE
RGB
CMYK
RGB Variations
Color information
#DB50FE (or 0xDB50FE) is known color: Heliotrope. HEX triplet: DB, 50 and FE. RGB value is (219,80,254). Sum of RGB (Red+Green+Blue) = 219+80+254=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 80 (31.64% from 255 or 14.47% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50FE is #24AF01. Grayscale: #8C8C8C. Windows color (decimal): -2404098 or 16666843. OLE color: 16666843.
HSL color Cylindrical-coordinate representation of color #DB50FE: hue angle of 287.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB50FE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 80 | 254 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.00 |
| HSL | 287.93º | 0.99% | 0.65% | - |
| HSV(B) | 287.93º | 0.69% | 1% | - |
| XYZ | 49.97 | 27.95 | 96.53 | - |
| YUV | 141.4 | 191.55 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 254 | 0.14 | 0.69 | 0 | 0.00 | 287.93 | 0.99 | 0.65 |
| Hex | DB | 50 | FE | E | 45 | 0 | 0 | 120 | 63 | 41 |
| Octal | 333 | 120 | 376 | 16 | 105 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011011 | 1010000 | 11111110 | 1110 | 1000101 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DB50FE
Complementary color
Monochromatic Colors of #DB50FE
Black with #DB50FE
Text Example
Text Example
White with #DB50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50FE; }
p { color: rgb(219,80,254); }
H1.HeaderClassName
{
color: #DB50FE;
}
.AnyTagClassName
{
color: #DB50FE;
}
</style>
background-color css
<style>
a { background-color: #DB50FE; }
a { background-color: rgb(219,80,254); }
div.DivClassName
{
background-color: #DB50FE;
}
.BgClassName
{
background-color: #DB50FE;
}
</style>
border-color css
<style>
span { border-color: #DB50FE; }
span { border-color: rgb(219,80,254); }
td.TdClassName
{
border-color: #DB50FE;
}
.TagClassName
{
border-color: #DB50FE;
}
</style>