Shades of Heliotrope #DB65F7
Tints of Heliotrope #DB65F7
RGB
CMYK
RGB Variations
Color information
#DB65F7 (or 0xDB65F7) is known color: Heliotrope. HEX triplet: DB, 65 and F7. RGB value is (219,101,247). Sum of RGB (Red+Green+Blue) = 219+101+247=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB65F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65F7 is #249A08. Grayscale: #989898. Windows color (decimal): -2398729 or 16213467. OLE color: 16213467.
HSL color Cylindrical-coordinate representation of color #DB65F7: hue angle of 288.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB65F7 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 101 | 247 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.03 |
| HSL | 288.49º | 0.9% | 0.68% | - |
| HSV(B) | 288.49º | 0.59% | 0.97% | - |
| XYZ | 50.66 | 31.08 | 91.33 | - |
| YUV | 152.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 247 | 0.11 | 0.59 | 0 | 0.03 | 288.49 | 0.9 | 0.68 |
| Hex | DB | 65 | F7 | B | 3B | 0 | 3 | 120 | 5A | 44 |
| Octal | 333 | 145 | 367 | 13 | 73 | 0 | 3 | 440 | 132 | 104 |
| Binary | 11011011 | 1100101 | 11110111 | 1011 | 111011 | 0 | 11 | 100100000 | 1011010 | 1000100 |
Color Harmonies of #DB65F7
Complementary color
Monochromatic Colors of #DB65F7
Black with #DB65F7
Text Example
Text Example
White with #DB65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65F7; }
p { color: rgb(219,101,247); }
H1.HeaderClassName
{
color: #DB65F7;
}
.AnyTagClassName
{
color: #DB65F7;
}
</style>
background-color css
<style>
a { background-color: #DB65F7; }
a { background-color: rgb(219,101,247); }
div.DivClassName
{
background-color: #DB65F7;
}
.BgClassName
{
background-color: #DB65F7;
}
</style>
border-color css
<style>
span { border-color: #DB65F7; }
span { border-color: rgb(219,101,247); }
td.TdClassName
{
border-color: #DB65F7;
}
.TagClassName
{
border-color: #DB65F7;
}
</style>