Shades of Heliotrope #DB65EE
Tints of Heliotrope #DB65EE
RGB
CMYK
RGB Variations
Color information
#DB65EE (or 0xDB65EE) is known color: Heliotrope. HEX triplet: DB, 65 and EE. RGB value is (219,101,238). Sum of RGB (Red+Green+Blue) = 219+101+238=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65EE is #249A11. Grayscale: #979797. Windows color (decimal): -2398738 or 15623643. OLE color: 15623643.
HSL color Cylindrical-coordinate representation of color #DB65EE: hue angle of 291.68º degrees, saturation: 0.8, 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 #DB65EE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 101 | 238 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.07 |
| HSL | 291.68º | 0.8% | 0.66% | - |
| HSV(B) | 291.68º | 0.58% | 0.93% | - |
| XYZ | 49.3 | 30.54 | 84.19 | - |
| YUV | 151.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 238 | 0.08 | 0.58 | 0 | 0.07 | 291.68 | 0.8 | 0.66 |
| Hex | DB | 65 | EE | 8 | 3A | 0 | 7 | 124 | 50 | 42 |
| Octal | 333 | 145 | 356 | 10 | 72 | 0 | 7 | 444 | 120 | 102 |
| Binary | 11011011 | 1100101 | 11101110 | 1000 | 111010 | 0 | 111 | 100100100 | 1010000 | 1000010 |
Color Harmonies of #DB65EE
Complementary color
Monochromatic Colors of #DB65EE
Black with #DB65EE
Text Example
Text Example
White with #DB65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65EE; }
p { color: rgb(219,101,238); }
H1.HeaderClassName
{
color: #DB65EE;
}
.AnyTagClassName
{
color: #DB65EE;
}
</style>
background-color css
<style>
a { background-color: #DB65EE; }
a { background-color: rgb(219,101,238); }
div.DivClassName
{
background-color: #DB65EE;
}
.BgClassName
{
background-color: #DB65EE;
}
</style>
border-color css
<style>
span { border-color: #DB65EE; }
span { border-color: rgb(219,101,238); }
td.TdClassName
{
border-color: #DB65EE;
}
.TagClassName
{
border-color: #DB65EE;
}
</style>