Shades of Heliotrope #DB60EE
Tints of Heliotrope #DB60EE
RGB
CMYK
RGB Variations
Color information
#DB60EE (or 0xDB60EE) is known color: Heliotrope. HEX triplet: DB, 60 and EE. RGB value is (219,96,238). Sum of RGB (Red+Green+Blue) = 219+96+238=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60EE is #249F11. Grayscale: #949494. Windows color (decimal): -2400018 or 15622363. OLE color: 15622363.
HSL color Cylindrical-coordinate representation of color #DB60EE: hue angle of 291.97º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB60EE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 96 | 238 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.07 |
| HSL | 291.97º | 0.81% | 0.65% | - |
| HSV(B) | 291.97º | 0.6% | 0.93% | - |
| XYZ | 48.83 | 29.6 | 84.03 | - |
| YUV | 148.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 238 | 0.08 | 0.60 | 0 | 0.07 | 291.97 | 0.81 | 0.65 |
| Hex | DB | 60 | EE | 8 | 3C | 0 | 7 | 124 | 51 | 41 |
| Octal | 333 | 140 | 356 | 10 | 74 | 0 | 7 | 444 | 121 | 101 |
| Binary | 11011011 | 1100000 | 11101110 | 1000 | 111100 | 0 | 111 | 100100100 | 1010001 | 1000001 |
Color Harmonies of #DB60EE
Complementary color
Monochromatic Colors of #DB60EE
Black with #DB60EE
Text Example
Text Example
White with #DB60EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60EE; }
p { color: rgb(219,96,238); }
H1.HeaderClassName
{
color: #DB60EE;
}
.AnyTagClassName
{
color: #DB60EE;
}
</style>
background-color css
<style>
a { background-color: #DB60EE; }
a { background-color: rgb(219,96,238); }
div.DivClassName
{
background-color: #DB60EE;
}
.BgClassName
{
background-color: #DB60EE;
}
</style>
border-color css
<style>
span { border-color: #DB60EE; }
span { border-color: rgb(219,96,238); }
td.TdClassName
{
border-color: #DB60EE;
}
.TagClassName
{
border-color: #DB60EE;
}
</style>