Shades of Heliotrope #DB60EF
Tints of Heliotrope #DB60EF
RGB
CMYK
RGB Variations
Color information
#DB60EF (or 0xDB60EF) is known color: Heliotrope. HEX triplet: DB, 60 and EF. RGB value is (219,96,239). Sum of RGB (Red+Green+Blue) = 219+96+239=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB60EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB60EF is #249F10. Grayscale: #949494. Windows color (decimal): -2400017 or 15687899. OLE color: 15687899.
HSL color Cylindrical-coordinate representation of color #DB60EF: hue angle of 291.61º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB60EF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 96 | 239 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.06 |
| HSL | 291.61º | 0.82% | 0.66% | - |
| HSV(B) | 291.61º | 0.6% | 0.94% | - |
| XYZ | 48.98 | 29.66 | 84.8 | - |
| YUV | 149.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 239 | 0.08 | 0.60 | 0 | 0.06 | 291.61 | 0.82 | 0.66 |
| Hex | DB | 60 | EF | 8 | 3C | 0 | 6 | 124 | 52 | 42 |
| Octal | 333 | 140 | 357 | 10 | 74 | 0 | 6 | 444 | 122 | 102 |
| Binary | 11011011 | 1100000 | 11101111 | 1000 | 111100 | 0 | 110 | 100100100 | 1010010 | 1000010 |
Color Harmonies of #DB60EF
Complementary color
Monochromatic Colors of #DB60EF
Black with #DB60EF
Text Example
Text Example
White with #DB60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB60EF; }
p { color: rgb(219,96,239); }
H1.HeaderClassName
{
color: #DB60EF;
}
.AnyTagClassName
{
color: #DB60EF;
}
</style>
background-color css
<style>
a { background-color: #DB60EF; }
a { background-color: rgb(219,96,239); }
div.DivClassName
{
background-color: #DB60EF;
}
.BgClassName
{
background-color: #DB60EF;
}
</style>
border-color css
<style>
span { border-color: #DB60EF; }
span { border-color: rgb(219,96,239); }
td.TdClassName
{
border-color: #DB60EF;
}
.TagClassName
{
border-color: #DB60EF;
}
</style>