Shades of Heliotrope #DB65EB
Tints of Heliotrope #DB65EB
RGB
CMYK
RGB Variations
Color information
#DB65EB (or 0xDB65EB) is known color: Heliotrope. HEX triplet: DB, 65 and EB. RGB value is (219,101,235). Sum of RGB (Red+Green+Blue) = 219+101+235=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65EB is #249A14. Grayscale: #979797. Windows color (decimal): -2398741 or 15427035. OLE color: 15427035.
HSL color Cylindrical-coordinate representation of color #DB65EB: hue angle of 292.84º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB65EB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 101 | 235 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.08 |
| HSL | 292.84º | 0.77% | 0.66% | - |
| HSV(B) | 292.84º | 0.57% | 0.92% | - |
| XYZ | 48.86 | 30.37 | 81.88 | - |
| YUV | 151.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 235 | 0.07 | 0.57 | 0 | 0.08 | 292.84 | 0.77 | 0.66 |
| Hex | DB | 65 | EB | 7 | 39 | 0 | 8 | 125 | 4D | 42 |
| Octal | 333 | 145 | 353 | 7 | 71 | 0 | 10 | 445 | 115 | 102 |
| Binary | 11011011 | 1100101 | 11101011 | 111 | 111001 | 0 | 1000 | 100100101 | 1001101 | 1000010 |
Color Harmonies of #DB65EB
Complementary color
Monochromatic Colors of #DB65EB
Black with #DB65EB
Text Example
Text Example
White with #DB65EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65EB; }
p { color: rgb(219,101,235); }
H1.HeaderClassName
{
color: #DB65EB;
}
.AnyTagClassName
{
color: #DB65EB;
}
</style>
background-color css
<style>
a { background-color: #DB65EB; }
a { background-color: rgb(219,101,235); }
div.DivClassName
{
background-color: #DB65EB;
}
.BgClassName
{
background-color: #DB65EB;
}
</style>
border-color css
<style>
span { border-color: #DB65EB; }
span { border-color: rgb(219,101,235); }
td.TdClassName
{
border-color: #DB65EB;
}
.TagClassName
{
border-color: #DB65EB;
}
</style>