Shades of Heliotrope #DB61EE
Tints of Heliotrope #DB61EE
RGB
CMYK
RGB Variations
Color information
#DB61EE (or 0xDB61EE) is known color: Heliotrope. HEX triplet: DB, 61 and EE. RGB value is (219,97,238). Sum of RGB (Red+Green+Blue) = 219+97+238=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB61EE is #249E11. Grayscale: #959595. Windows color (decimal): -2399762 or 15622619. OLE color: 15622619.
HSL color Cylindrical-coordinate representation of color #DB61EE: hue angle of 291.91º degrees, saturation: 0.81, 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 #DB61EE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 97 | 238 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.07 |
| HSL | 291.91º | 0.81% | 0.66% | - |
| HSV(B) | 291.91º | 0.59% | 0.93% | - |
| XYZ | 48.92 | 29.78 | 84.06 | - |
| YUV | 149.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 238 | 0.08 | 0.59 | 0 | 0.07 | 291.91 | 0.81 | 0.66 |
| Hex | DB | 61 | EE | 8 | 3B | 0 | 7 | 124 | 51 | 42 |
| Octal | 333 | 141 | 356 | 10 | 73 | 0 | 7 | 444 | 121 | 102 |
| Binary | 11011011 | 1100001 | 11101110 | 1000 | 111011 | 0 | 111 | 100100100 | 1010001 | 1000010 |
Color Harmonies of #DB61EE
Complementary color
Monochromatic Colors of #DB61EE
Black with #DB61EE
Text Example
Text Example
White with #DB61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61EE; }
p { color: rgb(219,97,238); }
H1.HeaderClassName
{
color: #DB61EE;
}
.AnyTagClassName
{
color: #DB61EE;
}
</style>
background-color css
<style>
a { background-color: #DB61EE; }
a { background-color: rgb(219,97,238); }
div.DivClassName
{
background-color: #DB61EE;
}
.BgClassName
{
background-color: #DB61EE;
}
</style>
border-color css
<style>
span { border-color: #DB61EE; }
span { border-color: rgb(219,97,238); }
td.TdClassName
{
border-color: #DB61EE;
}
.TagClassName
{
border-color: #DB61EE;
}
</style>