Shades of Heliotrope #DA49FA
Tints of Heliotrope #DA49FA
RGB
CMYK
RGB Variations
Color information
#DA49FA (or 0xDA49FA) is known color: Heliotrope. HEX triplet: DA, 49 and FA. RGB value is (218,73,250). Sum of RGB (Red+Green+Blue) = 218+73+250=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA49FA is #25B605. Grayscale: #878787. Windows color (decimal): -2471430 or 16402906. OLE color: 16402906.
HSL color Cylindrical-coordinate representation of color #DA49FA: hue angle of 289.15º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA49FA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 73 | 250 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.02 |
| HSL | 289.15º | 0.95% | 0.63% | - |
| HSV(B) | 289.15º | 0.71% | 0.98% | - |
| XYZ | 48.55 | 26.57 | 93.01 | - |
| YUV | 136.53 | 192.04 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 250 | 0.13 | 0.71 | 0 | 0.02 | 289.15 | 0.95 | 0.63 |
| Hex | DA | 49 | FA | D | 47 | 0 | 2 | 121 | 5F | 3F |
| Octal | 332 | 111 | 372 | 15 | 107 | 0 | 2 | 441 | 137 | 77 |
| Binary | 11011010 | 1001001 | 11111010 | 1101 | 1000111 | 0 | 10 | 100100001 | 1011111 | 111111 |
Color Harmonies of #DA49FA
Complementary color
Monochromatic Colors of #DA49FA
Black with #DA49FA
Text Example
Text Example
White with #DA49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49FA; }
p { color: rgb(218,73,250); }
H1.HeaderClassName
{
color: #DA49FA;
}
.AnyTagClassName
{
color: #DA49FA;
}
</style>
background-color css
<style>
a { background-color: #DA49FA; }
a { background-color: rgb(218,73,250); }
div.DivClassName
{
background-color: #DA49FA;
}
.BgClassName
{
background-color: #DA49FA;
}
</style>
border-color css
<style>
span { border-color: #DA49FA; }
span { border-color: rgb(218,73,250); }
td.TdClassName
{
border-color: #DA49FA;
}
.TagClassName
{
border-color: #DA49FA;
}
</style>