Shades of Heliotrope #DB65F6
Tints of Heliotrope #DB65F6
RGB
CMYK
RGB Variations
Color information
#DB65F6 (or 0xDB65F6) is known color: Heliotrope. HEX triplet: DB, 65 and F6. RGB value is (219,101,246). Sum of RGB (Red+Green+Blue) = 219+101+246=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB65F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65F6 is #249A09. Grayscale: #989898. Windows color (decimal): -2398730 or 16147931. OLE color: 16147931.
HSL color Cylindrical-coordinate representation of color #DB65F6: hue angle of 288.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB65F6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 101 | 246 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.04 |
| HSL | 288.83º | 0.89% | 0.68% | - |
| HSV(B) | 288.83º | 0.59% | 0.96% | - |
| XYZ | 50.5 | 31.02 | 90.51 | - |
| YUV | 152.81 | 180.59 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 246 | 0.11 | 0.59 | 0 | 0.04 | 288.83 | 0.89 | 0.68 |
| Hex | DB | 65 | F6 | B | 3B | 0 | 4 | 121 | 59 | 44 |
| Octal | 333 | 145 | 366 | 13 | 73 | 0 | 4 | 441 | 131 | 104 |
| Binary | 11011011 | 1100101 | 11110110 | 1011 | 111011 | 0 | 100 | 100100001 | 1011001 | 1000100 |
Color Harmonies of #DB65F6
Complementary color
Monochromatic Colors of #DB65F6
Black with #DB65F6
Text Example
Text Example
White with #DB65F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65F6; }
p { color: rgb(219,101,246); }
H1.HeaderClassName
{
color: #DB65F6;
}
.AnyTagClassName
{
color: #DB65F6;
}
</style>
background-color css
<style>
a { background-color: #DB65F6; }
a { background-color: rgb(219,101,246); }
div.DivClassName
{
background-color: #DB65F6;
}
.BgClassName
{
background-color: #DB65F6;
}
</style>
border-color css
<style>
span { border-color: #DB65F6; }
span { border-color: rgb(219,101,246); }
td.TdClassName
{
border-color: #DB65F6;
}
.TagClassName
{
border-color: #DB65F6;
}
</style>