Shades of Heliotrope #DA6BFA
Tints of Heliotrope #DA6BFA
RGB
CMYK
RGB Variations
Color information
#DA6BFA (or 0xDA6BFA) is known color: Heliotrope. HEX triplet: DA, 6B and FA. RGB value is (218,107,250). Sum of RGB (Red+Green+Blue) = 218+107+250=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6BFA is #259405. Grayscale: #9C9C9C. Windows color (decimal): -2462726 or 16411610. OLE color: 16411610.
HSL color Cylindrical-coordinate representation of color #DA6BFA: hue angle of 286.57º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA6BFA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 107 | 250 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.02 |
| HSL | 286.57º | 0.93% | 0.7% | - |
| HSV(B) | 286.57º | 0.57% | 0.98% | - |
| XYZ | 51.43 | 32.32 | 93.97 | - |
| YUV | 156.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 250 | 0.13 | 0.57 | 0 | 0.02 | 286.57 | 0.93 | 0.7 |
| Hex | DA | 6B | FA | D | 39 | 0 | 2 | 11F | 5D | 46 |
| Octal | 332 | 153 | 372 | 15 | 71 | 0 | 2 | 437 | 135 | 106 |
| Binary | 11011010 | 1101011 | 11111010 | 1101 | 111001 | 0 | 10 | 100011111 | 1011101 | 1000110 |
Color Harmonies of #DA6BFA
Complementary color
Monochromatic Colors of #DA6BFA
Black with #DA6BFA
Text Example
Text Example
White with #DA6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BFA; }
p { color: rgb(218,107,250); }
H1.HeaderClassName
{
color: #DA6BFA;
}
.AnyTagClassName
{
color: #DA6BFA;
}
</style>
background-color css
<style>
a { background-color: #DA6BFA; }
a { background-color: rgb(218,107,250); }
div.DivClassName
{
background-color: #DA6BFA;
}
.BgClassName
{
background-color: #DA6BFA;
}
</style>
border-color css
<style>
span { border-color: #DA6BFA; }
span { border-color: rgb(218,107,250); }
td.TdClassName
{
border-color: #DA6BFA;
}
.TagClassName
{
border-color: #DA6BFA;
}
</style>