Shades of Heliotrope #DA74F3
Tints of Heliotrope #DA74F3
RGB
CMYK
RGB Variations
Color information
#DA74F3 (or 0xDA74F3) is known color: Heliotrope. HEX triplet: DA, 74 and F3. RGB value is (218,116,243). Sum of RGB (Red+Green+Blue) = 218+116+243=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA74F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74F3 is #258B0C. Grayscale: #A0A0A0. Windows color (decimal): -2460429 or 15955162. OLE color: 15955162.
HSL color Cylindrical-coordinate representation of color #DA74F3: hue angle of 288.19º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA74F3 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 116 | 243 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.05 |
| HSL | 288.19º | 0.84% | 0.7% | - |
| HSV(B) | 288.19º | 0.52% | 0.95% | - |
| XYZ | 51.34 | 33.87 | 88.63 | - |
| YUV | 160.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 243 | 0.10 | 0.52 | 0 | 0.05 | 288.19 | 0.84 | 0.7 |
| Hex | DA | 74 | F3 | A | 34 | 0 | 5 | 120 | 54 | 46 |
| Octal | 332 | 164 | 363 | 12 | 64 | 0 | 5 | 440 | 124 | 106 |
| Binary | 11011010 | 1110100 | 11110011 | 1010 | 110100 | 0 | 101 | 100100000 | 1010100 | 1000110 |
Color Harmonies of #DA74F3
Complementary color
Monochromatic Colors of #DA74F3
Black with #DA74F3
Text Example
Text Example
White with #DA74F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA74F3; }
p { color: rgb(218,116,243); }
H1.HeaderClassName
{
color: #DA74F3;
}
.AnyTagClassName
{
color: #DA74F3;
}
</style>
background-color css
<style>
a { background-color: #DA74F3; }
a { background-color: rgb(218,116,243); }
div.DivClassName
{
background-color: #DA74F3;
}
.BgClassName
{
background-color: #DA74F3;
}
</style>
border-color css
<style>
span { border-color: #DA74F3; }
span { border-color: rgb(218,116,243); }
td.TdClassName
{
border-color: #DA74F3;
}
.TagClassName
{
border-color: #DA74F3;
}
</style>