Shades of Heliotrope #DA44FB
Tints of Heliotrope #DA44FB
RGB
CMYK
RGB Variations
Color information
#DA44FB (or 0xDA44FB) is known color: Heliotrope. HEX triplet: DA, 44 and FB. RGB value is (218,68,251). Sum of RGB (Red+Green+Blue) = 218+68+251=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 68 (26.95% from 255 or 12.66% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA44FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA44FB is #25BB04. Grayscale: #858585. Windows color (decimal): -2472709 or 16467162. OLE color: 16467162.
HSL color Cylindrical-coordinate representation of color #DA44FB: hue angle of 289.18º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA44FB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 68 | 251 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.02 |
| HSL | 289.18º | 0.96% | 0.63% | - |
| HSV(B) | 289.18º | 0.73% | 0.98% | - |
| XYZ | 48.39 | 26 | 93.74 | - |
| YUV | 133.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 251 | 0.13 | 0.73 | 0 | 0.02 | 289.18 | 0.96 | 0.63 |
| Hex | DA | 44 | FB | D | 49 | 0 | 2 | 121 | 60 | 3F |
| Octal | 332 | 104 | 373 | 15 | 111 | 0 | 2 | 441 | 140 | 77 |
| Binary | 11011010 | 1000100 | 11111011 | 1101 | 1001001 | 0 | 10 | 100100001 | 1100000 | 111111 |
Color Harmonies of #DA44FB
Complementary color
Monochromatic Colors of #DA44FB
Black with #DA44FB
Text Example
Text Example
White with #DA44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA44FB; }
p { color: rgb(218,68,251); }
H1.HeaderClassName
{
color: #DA44FB;
}
.AnyTagClassName
{
color: #DA44FB;
}
</style>
background-color css
<style>
a { background-color: #DA44FB; }
a { background-color: rgb(218,68,251); }
div.DivClassName
{
background-color: #DA44FB;
}
.BgClassName
{
background-color: #DA44FB;
}
</style>
border-color css
<style>
span { border-color: #DA44FB; }
span { border-color: rgb(218,68,251); }
td.TdClassName
{
border-color: #DA44FB;
}
.TagClassName
{
border-color: #DA44FB;
}
</style>