Shades of Heliotrope #DB64F0
Tints of Heliotrope #DB64F0
RGB
CMYK
RGB Variations
Color information
#DB64F0 (or 0xDB64F0) is known color: Heliotrope. HEX triplet: DB, 64 and F0. RGB value is (219,100,240). Sum of RGB (Red+Green+Blue) = 219+100+240=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB64F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64F0 is #249B0F. Grayscale: #979797. Windows color (decimal): -2398992 or 15754459. OLE color: 15754459.
HSL color Cylindrical-coordinate representation of color #DB64F0: hue angle of 291º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB64F0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 100 | 240 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.06 |
| HSL | 291º | 0.82% | 0.67% | - |
| HSV(B) | 291º | 0.58% | 0.94% | - |
| XYZ | 49.5 | 30.47 | 85.71 | - |
| YUV | 151.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 240 | 0.09 | 0.58 | 0 | 0.06 | 291 | 0.82 | 0.67 |
| Hex | DB | 64 | F0 | 9 | 3A | 0 | 6 | 123 | 52 | 43 |
| Octal | 333 | 144 | 360 | 11 | 72 | 0 | 6 | 443 | 122 | 103 |
| Binary | 11011011 | 1100100 | 11110000 | 1001 | 111010 | 0 | 110 | 100100011 | 1010010 | 1000011 |
Color Harmonies of #DB64F0
Complementary color
Monochromatic Colors of #DB64F0
Black with #DB64F0
Text Example
Text Example
White with #DB64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64F0; }
p { color: rgb(219,100,240); }
H1.HeaderClassName
{
color: #DB64F0;
}
.AnyTagClassName
{
color: #DB64F0;
}
</style>
background-color css
<style>
a { background-color: #DB64F0; }
a { background-color: rgb(219,100,240); }
div.DivClassName
{
background-color: #DB64F0;
}
.BgClassName
{
background-color: #DB64F0;
}
</style>
border-color css
<style>
span { border-color: #DB64F0; }
span { border-color: rgb(219,100,240); }
td.TdClassName
{
border-color: #DB64F0;
}
.TagClassName
{
border-color: #DB64F0;
}
</style>