Shades of Heliotrope #DB49FC
Tints of Heliotrope #DB49FC
RGB
CMYK
RGB Variations
Color information
#DB49FC (or 0xDB49FC) is known color: Heliotrope. HEX triplet: DB, 49 and FC. RGB value is (219,73,252). Sum of RGB (Red+Green+Blue) = 219+73+252=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49FC is #24B603. Grayscale: #888888. Windows color (decimal): -2405892 or 16533979. OLE color: 16533979.
HSL color Cylindrical-coordinate representation of color #DB49FC: hue angle of 288.94º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB49FC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 73 | 252 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.01 |
| HSL | 288.94º | 0.97% | 0.64% | - |
| HSV(B) | 288.94º | 0.71% | 0.99% | - |
| XYZ | 49.17 | 26.85 | 94.69 | - |
| YUV | 137.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 252 | 0.13 | 0.71 | 0 | 0.01 | 288.94 | 0.97 | 0.64 |
| Hex | DB | 49 | FC | D | 47 | 0 | 1 | 121 | 61 | 40 |
| Octal | 333 | 111 | 374 | 15 | 107 | 0 | 1 | 441 | 141 | 100 |
| Binary | 11011011 | 1001001 | 11111100 | 1101 | 1000111 | 0 | 1 | 100100001 | 1100001 | 1000000 |
Color Harmonies of #DB49FC
Complementary color
Monochromatic Colors of #DB49FC
Black with #DB49FC
Text Example
Text Example
White with #DB49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49FC; }
p { color: rgb(219,73,252); }
H1.HeaderClassName
{
color: #DB49FC;
}
.AnyTagClassName
{
color: #DB49FC;
}
</style>
background-color css
<style>
a { background-color: #DB49FC; }
a { background-color: rgb(219,73,252); }
div.DivClassName
{
background-color: #DB49FC;
}
.BgClassName
{
background-color: #DB49FC;
}
</style>
border-color css
<style>
span { border-color: #DB49FC; }
span { border-color: rgb(219,73,252); }
td.TdClassName
{
border-color: #DB49FC;
}
.TagClassName
{
border-color: #DB49FC;
}
</style>