Shades of Heliotrope #DA73FB
Tints of Heliotrope #DA73FB
RGB
CMYK
RGB Variations
Color information
#DA73FB (or 0xDA73FB) is known color: Heliotrope. HEX triplet: DA, 73 and FB. RGB value is (218,115,251). Sum of RGB (Red+Green+Blue) = 218+115+251=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA73FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA73FB is #258C04. Grayscale: #A0A0A0. Windows color (decimal): -2460677 or 16479194. OLE color: 16479194.
HSL color Cylindrical-coordinate representation of color #DA73FB: hue angle of 285.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA73FB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 115 | 251 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.02 |
| HSL | 285.44º | 0.94% | 0.72% | - |
| HSV(B) | 285.44º | 0.54% | 0.98% | - |
| XYZ | 52.46 | 34.13 | 95.09 | - |
| YUV | 161.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 251 | 0.13 | 0.54 | 0 | 0.02 | 285.44 | 0.94 | 0.72 |
| Hex | DA | 73 | FB | D | 36 | 0 | 2 | 11D | 5E | 48 |
| Octal | 332 | 163 | 373 | 15 | 66 | 0 | 2 | 435 | 136 | 110 |
| Binary | 11011010 | 1110011 | 11111011 | 1101 | 110110 | 0 | 10 | 100011101 | 1011110 | 1001000 |
Color Harmonies of #DA73FB
Complementary color
Monochromatic Colors of #DA73FB
Black with #DA73FB
Text Example
Text Example
White with #DA73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA73FB; }
p { color: rgb(218,115,251); }
H1.HeaderClassName
{
color: #DA73FB;
}
.AnyTagClassName
{
color: #DA73FB;
}
</style>
background-color css
<style>
a { background-color: #DA73FB; }
a { background-color: rgb(218,115,251); }
div.DivClassName
{
background-color: #DA73FB;
}
.BgClassName
{
background-color: #DA73FB;
}
</style>
border-color css
<style>
span { border-color: #DA73FB; }
span { border-color: rgb(218,115,251); }
td.TdClassName
{
border-color: #DA73FB;
}
.TagClassName
{
border-color: #DA73FB;
}
</style>