Shades of Heliotrope #DB64FB
Tints of Heliotrope #DB64FB
RGB
CMYK
RGB Variations
Color information
#DB64FB (or 0xDB64FB) is known color: Heliotrope. HEX triplet: DB, 64 and FB. RGB value is (219,100,251). Sum of RGB (Red+Green+Blue) = 219+100+251=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64FB is #249B04. Grayscale: #989898. Windows color (decimal): -2398981 or 16475355. OLE color: 16475355.
HSL color Cylindrical-coordinate representation of color #DB64FB: hue angle of 287.28º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB64FB is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 100 | 251 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.02 |
| HSL | 287.28º | 0.95% | 0.69% | - |
| HSV(B) | 287.28º | 0.6% | 0.98% | - |
| XYZ | 51.18 | 31.14 | 94.58 | - |
| YUV | 152.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 251 | 0.13 | 0.60 | 0 | 0.02 | 287.28 | 0.95 | 0.69 |
| Hex | DB | 64 | FB | D | 3C | 0 | 2 | 11F | 5F | 45 |
| Octal | 333 | 144 | 373 | 15 | 74 | 0 | 2 | 437 | 137 | 105 |
| Binary | 11011011 | 1100100 | 11111011 | 1101 | 111100 | 0 | 10 | 100011111 | 1011111 | 1000101 |
Color Harmonies of #DB64FB
Complementary color
Monochromatic Colors of #DB64FB
Black with #DB64FB
Text Example
Text Example
White with #DB64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64FB; }
p { color: rgb(219,100,251); }
H1.HeaderClassName
{
color: #DB64FB;
}
.AnyTagClassName
{
color: #DB64FB;
}
</style>
background-color css
<style>
a { background-color: #DB64FB; }
a { background-color: rgb(219,100,251); }
div.DivClassName
{
background-color: #DB64FB;
}
.BgClassName
{
background-color: #DB64FB;
}
</style>
border-color css
<style>
span { border-color: #DB64FB; }
span { border-color: rgb(219,100,251); }
td.TdClassName
{
border-color: #DB64FB;
}
.TagClassName
{
border-color: #DB64FB;
}
</style>