Shades of Heliotrope #DA56FB
Tints of Heliotrope #DA56FB
RGB
CMYK
RGB Variations
Color information
#DA56FB (or 0xDA56FB) is known color: Heliotrope. HEX triplet: DA, 56 and FB. RGB value is (218,86,251). Sum of RGB (Red+Green+Blue) = 218+86+251=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA56FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA56FB is #25A904. Grayscale: #8F8F8F. Windows color (decimal): -2468101 or 16471770. OLE color: 16471770.
HSL color Cylindrical-coordinate representation of color #DA56FB: hue angle of 288º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA56FB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 86 | 251 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.02 |
| HSL | 288º | 0.95% | 0.66% | - |
| HSV(B) | 288º | 0.66% | 0.98% | - |
| XYZ | 49.65 | 28.53 | 94.16 | - |
| YUV | 144.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 251 | 0.13 | 0.66 | 0 | 0.02 | 288 | 0.95 | 0.66 |
| Hex | DA | 56 | FB | D | 42 | 0 | 2 | 120 | 5F | 42 |
| Octal | 332 | 126 | 373 | 15 | 102 | 0 | 2 | 440 | 137 | 102 |
| Binary | 11011010 | 1010110 | 11111011 | 1101 | 1000010 | 0 | 10 | 100100000 | 1011111 | 1000010 |
Color Harmonies of #DA56FB
Complementary color
Monochromatic Colors of #DA56FB
Black with #DA56FB
Text Example
Text Example
White with #DA56FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA56FB; }
p { color: rgb(218,86,251); }
H1.HeaderClassName
{
color: #DA56FB;
}
.AnyTagClassName
{
color: #DA56FB;
}
</style>
background-color css
<style>
a { background-color: #DA56FB; }
a { background-color: rgb(218,86,251); }
div.DivClassName
{
background-color: #DA56FB;
}
.BgClassName
{
background-color: #DA56FB;
}
</style>
border-color css
<style>
span { border-color: #DA56FB; }
span { border-color: rgb(218,86,251); }
td.TdClassName
{
border-color: #DA56FB;
}
.TagClassName
{
border-color: #DA56FB;
}
</style>