Shades of Heliotrope #DB62EE
Tints of Heliotrope #DB62EE
RGB
CMYK
RGB Variations
Color information
#DB62EE (or 0xDB62EE) is known color: Heliotrope. HEX triplet: DB, 62 and EE. RGB value is (219,98,238). Sum of RGB (Red+Green+Blue) = 219+98+238=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62EE is #249D11. Grayscale: #959595. Windows color (decimal): -2399506 or 15622875. OLE color: 15622875.
HSL color Cylindrical-coordinate representation of color #DB62EE: hue angle of 291.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB62EE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 98 | 238 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 291.86º | 0.8% | 0.66% | - |
| HSV(B) | 291.86º | 0.59% | 0.93% | - |
| XYZ | 49.01 | 29.97 | 84.09 | - |
| YUV | 150.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 238 | 0.08 | 0.59 | 0 | 0.07 | 291.86 | 0.8 | 0.66 |
| Hex | DB | 62 | EE | 8 | 3B | 0 | 7 | 124 | 50 | 42 |
| Octal | 333 | 142 | 356 | 10 | 73 | 0 | 7 | 444 | 120 | 102 |
| Binary | 11011011 | 1100010 | 11101110 | 1000 | 111011 | 0 | 111 | 100100100 | 1010000 | 1000010 |
Color Harmonies of #DB62EE
Complementary color
Monochromatic Colors of #DB62EE
Black with #DB62EE
Text Example
Text Example
White with #DB62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62EE; }
p { color: rgb(219,98,238); }
H1.HeaderClassName
{
color: #DB62EE;
}
.AnyTagClassName
{
color: #DB62EE;
}
</style>
background-color css
<style>
a { background-color: #DB62EE; }
a { background-color: rgb(219,98,238); }
div.DivClassName
{
background-color: #DB62EE;
}
.BgClassName
{
background-color: #DB62EE;
}
</style>
border-color css
<style>
span { border-color: #DB62EE; }
span { border-color: rgb(219,98,238); }
td.TdClassName
{
border-color: #DB62EE;
}
.TagClassName
{
border-color: #DB62EE;
}
</style>