Shades of Heliotrope #DB63EC
Tints of Heliotrope #DB63EC
RGB
CMYK
RGB Variations
Color information
#DB63EC (or 0xDB63EC) is known color: Heliotrope. HEX triplet: DB, 63 and EC. RGB value is (219,99,236). Sum of RGB (Red+Green+Blue) = 219+99+236=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63EC is #249C13. Grayscale: #969696. Windows color (decimal): -2399252 or 15492059. OLE color: 15492059.
HSL color Cylindrical-coordinate representation of color #DB63EC: hue angle of 292.55º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB63EC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 99 | 236 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.07 |
| HSL | 292.55º | 0.78% | 0.66% | - |
| HSV(B) | 292.55º | 0.58% | 0.93% | - |
| XYZ | 48.82 | 30.04 | 82.58 | - |
| YUV | 150.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 236 | 0.07 | 0.58 | 0 | 0.07 | 292.55 | 0.78 | 0.66 |
| Hex | DB | 63 | EC | 7 | 3A | 0 | 7 | 125 | 4E | 42 |
| Octal | 333 | 143 | 354 | 7 | 72 | 0 | 7 | 445 | 116 | 102 |
| Binary | 11011011 | 1100011 | 11101100 | 111 | 111010 | 0 | 111 | 100100101 | 1001110 | 1000010 |
Color Harmonies of #DB63EC
Complementary color
Monochromatic Colors of #DB63EC
Black with #DB63EC
Text Example
Text Example
White with #DB63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63EC; }
p { color: rgb(219,99,236); }
H1.HeaderClassName
{
color: #DB63EC;
}
.AnyTagClassName
{
color: #DB63EC;
}
</style>
background-color css
<style>
a { background-color: #DB63EC; }
a { background-color: rgb(219,99,236); }
div.DivClassName
{
background-color: #DB63EC;
}
.BgClassName
{
background-color: #DB63EC;
}
</style>
border-color css
<style>
span { border-color: #DB63EC; }
span { border-color: rgb(219,99,236); }
td.TdClassName
{
border-color: #DB63EC;
}
.TagClassName
{
border-color: #DB63EC;
}
</style>