Shades of Heliotrope #DB50FC
Tints of Heliotrope #DB50FC
RGB
CMYK
RGB Variations
Color information
#DB50FC (or 0xDB50FC) is known color: Heliotrope. HEX triplet: DB, 50 and FC. RGB value is (219,80,252). Sum of RGB (Red+Green+Blue) = 219+80+252=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 80 (31.64% from 255 or 14.52% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50FC is #24AF03. Grayscale: #8C8C8C. Windows color (decimal): -2404100 or 16535771. OLE color: 16535771.
HSL color Cylindrical-coordinate representation of color #DB50FC: hue angle of 288.49º 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 #DB50FC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 80 | 252 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.01 |
| HSL | 288.49º | 0.97% | 0.65% | - |
| HSV(B) | 288.49º | 0.68% | 0.99% | - |
| XYZ | 49.65 | 27.83 | 94.85 | - |
| YUV | 141.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 252 | 0.13 | 0.68 | 0 | 0.01 | 288.49 | 0.97 | 0.65 |
| Hex | DB | 50 | FC | D | 44 | 0 | 1 | 120 | 61 | 41 |
| Octal | 333 | 120 | 374 | 15 | 104 | 0 | 1 | 440 | 141 | 101 |
| Binary | 11011011 | 1010000 | 11111100 | 1101 | 1000100 | 0 | 1 | 100100000 | 1100001 | 1000001 |
Color Harmonies of #DB50FC
Complementary color
Monochromatic Colors of #DB50FC
Black with #DB50FC
Text Example
Text Example
White with #DB50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB50FC; }
p { color: rgb(219,80,252); }
H1.HeaderClassName
{
color: #DB50FC;
}
.AnyTagClassName
{
color: #DB50FC;
}
</style>
background-color css
<style>
a { background-color: #DB50FC; }
a { background-color: rgb(219,80,252); }
div.DivClassName
{
background-color: #DB50FC;
}
.BgClassName
{
background-color: #DB50FC;
}
</style>
border-color css
<style>
span { border-color: #DB50FC; }
span { border-color: rgb(219,80,252); }
td.TdClassName
{
border-color: #DB50FC;
}
.TagClassName
{
border-color: #DB50FC;
}
</style>