Shades of Heliotrope #DB63FB
Tints of Heliotrope #DB63FB
RGB
CMYK
RGB Variations
Color information
#DB63FB (or 0xDB63FB) is known color: Heliotrope. HEX triplet: DB, 63 and FB. RGB value is (219,99,251). Sum of RGB (Red+Green+Blue) = 219+99+251=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB63FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63FB is #249C04. Grayscale: #979797. Windows color (decimal): -2399237 or 16475099. OLE color: 16475099.
HSL color Cylindrical-coordinate representation of color #DB63FB: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB63FB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 99 | 251 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.02 |
| HSL | 287.37º | 0.95% | 0.69% | - |
| HSV(B) | 287.37º | 0.61% | 0.98% | - |
| XYZ | 51.09 | 30.95 | 94.55 | - |
| YUV | 152.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 251 | 0.13 | 0.61 | 0 | 0.02 | 287.37 | 0.95 | 0.69 |
| Hex | DB | 63 | FB | D | 3D | 0 | 2 | 11F | 5F | 45 |
| Octal | 333 | 143 | 373 | 15 | 75 | 0 | 2 | 437 | 137 | 105 |
| Binary | 11011011 | 1100011 | 11111011 | 1101 | 111101 | 0 | 10 | 100011111 | 1011111 | 1000101 |
Color Harmonies of #DB63FB
Complementary color
Monochromatic Colors of #DB63FB
Black with #DB63FB
Text Example
Text Example
White with #DB63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63FB; }
p { color: rgb(219,99,251); }
H1.HeaderClassName
{
color: #DB63FB;
}
.AnyTagClassName
{
color: #DB63FB;
}
</style>
background-color css
<style>
a { background-color: #DB63FB; }
a { background-color: rgb(219,99,251); }
div.DivClassName
{
background-color: #DB63FB;
}
.BgClassName
{
background-color: #DB63FB;
}
</style>
border-color css
<style>
span { border-color: #DB63FB; }
span { border-color: rgb(219,99,251); }
td.TdClassName
{
border-color: #DB63FB;
}
.TagClassName
{
border-color: #DB63FB;
}
</style>