Shades of Heliotrope #DA73FE
Tints of Heliotrope #DA73FE
RGB
CMYK
RGB Variations
Color information
#DA73FE (or 0xDA73FE) is known color: Heliotrope. HEX triplet: DA, 73 and FE. RGB value is (218,115,254). Sum of RGB (Red+Green+Blue) = 218+115+254=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73FE is #258C01. Grayscale: #A1A1A1. Windows color (decimal): -2460674 or 16675802. OLE color: 16675802.
HSL color Cylindrical-coordinate representation of color #DA73FE: hue angle of 284.46º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA73FE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 115 | 254 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.00 |
| HSL | 284.46º | 0.99% | 0.72% | - |
| HSV(B) | 284.46º | 0.55% | 1% | - |
| XYZ | 52.93 | 34.32 | 97.6 | - |
| YUV | 161.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 254 | 0.14 | 0.55 | 0 | 0.00 | 284.46 | 0.99 | 0.72 |
| Hex | DA | 73 | FE | E | 37 | 0 | 0 | 11C | 63 | 48 |
| Octal | 332 | 163 | 376 | 16 | 67 | 0 | 0 | 434 | 143 | 110 |
| Binary | 11011010 | 1110011 | 11111110 | 1110 | 110111 | 0 | 0 | 100011100 | 1100011 | 1001000 |
Color Harmonies of #DA73FE
Complementary color
Monochromatic Colors of #DA73FE
Black with #DA73FE
Text Example
Text Example
White with #DA73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73FE; }
p { color: rgb(218,115,254); }
H1.HeaderClassName
{
color: #DA73FE;
}
.AnyTagClassName
{
color: #DA73FE;
}
</style>
background-color css
<style>
a { background-color: #DA73FE; }
a { background-color: rgb(218,115,254); }
div.DivClassName
{
background-color: #DA73FE;
}
.BgClassName
{
background-color: #DA73FE;
}
</style>
border-color css
<style>
span { border-color: #DA73FE; }
span { border-color: rgb(218,115,254); }
td.TdClassName
{
border-color: #DA73FE;
}
.TagClassName
{
border-color: #DA73FE;
}
</style>