Shades of Heliotrope #DB62EF
Tints of Heliotrope #DB62EF
RGB
CMYK
RGB Variations
Color information
#DB62EF (or 0xDB62EF) is known color: Heliotrope. HEX triplet: DB, 62 and EF. RGB value is (219,98,239). Sum of RGB (Red+Green+Blue) = 219+98+239=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB62EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62EF is #249D10. Grayscale: #959595. Windows color (decimal): -2399505 or 15688411. OLE color: 15688411.
HSL color Cylindrical-coordinate representation of color #DB62EF: hue angle of 291.49º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB62EF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 98 | 239 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.06 |
| HSL | 291.49º | 0.82% | 0.66% | - |
| HSV(B) | 291.49º | 0.59% | 0.94% | - |
| XYZ | 49.16 | 30.03 | 84.87 | - |
| YUV | 150.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 239 | 0.08 | 0.59 | 0 | 0.06 | 291.49 | 0.82 | 0.66 |
| Hex | DB | 62 | EF | 8 | 3B | 0 | 6 | 123 | 52 | 42 |
| Octal | 333 | 142 | 357 | 10 | 73 | 0 | 6 | 443 | 122 | 102 |
| Binary | 11011011 | 1100010 | 11101111 | 1000 | 111011 | 0 | 110 | 100100011 | 1010010 | 1000010 |
Color Harmonies of #DB62EF
Complementary color
Monochromatic Colors of #DB62EF
Black with #DB62EF
Text Example
Text Example
White with #DB62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62EF; }
p { color: rgb(219,98,239); }
H1.HeaderClassName
{
color: #DB62EF;
}
.AnyTagClassName
{
color: #DB62EF;
}
</style>
background-color css
<style>
a { background-color: #DB62EF; }
a { background-color: rgb(219,98,239); }
div.DivClassName
{
background-color: #DB62EF;
}
.BgClassName
{
background-color: #DB62EF;
}
</style>
border-color css
<style>
span { border-color: #DB62EF; }
span { border-color: rgb(219,98,239); }
td.TdClassName
{
border-color: #DB62EF;
}
.TagClassName
{
border-color: #DB62EF;
}
</style>