Shades of Heliotrope #DA53FA
Tints of Heliotrope #DA53FA
RGB
CMYK
RGB Variations
Color information
#DA53FA (or 0xDA53FA) is known color: Heliotrope. HEX triplet: DA, 53 and FA. RGB value is (218,83,250). Sum of RGB (Red+Green+Blue) = 218+83+250=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA53FA is #25AC05. Grayscale: #8D8D8D. Windows color (decimal): -2468870 or 16405466. OLE color: 16405466.
HSL color Cylindrical-coordinate representation of color #DA53FA: hue angle of 288.5º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA53FA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 83 | 250 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.02 |
| HSL | 288.5º | 0.94% | 0.65% | - |
| HSV(B) | 288.5º | 0.67% | 0.98% | - |
| XYZ | 49.26 | 27.99 | 93.25 | - |
| YUV | 142.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 250 | 0.13 | 0.67 | 0 | 0.02 | 288.5 | 0.94 | 0.65 |
| Hex | DA | 53 | FA | D | 43 | 0 | 2 | 121 | 5E | 41 |
| Octal | 332 | 123 | 372 | 15 | 103 | 0 | 2 | 441 | 136 | 101 |
| Binary | 11011010 | 1010011 | 11111010 | 1101 | 1000011 | 0 | 10 | 100100001 | 1011110 | 1000001 |
Color Harmonies of #DA53FA
Complementary color
Monochromatic Colors of #DA53FA
Black with #DA53FA
Text Example
Text Example
White with #DA53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53FA; }
p { color: rgb(218,83,250); }
H1.HeaderClassName
{
color: #DA53FA;
}
.AnyTagClassName
{
color: #DA53FA;
}
</style>
background-color css
<style>
a { background-color: #DA53FA; }
a { background-color: rgb(218,83,250); }
div.DivClassName
{
background-color: #DA53FA;
}
.BgClassName
{
background-color: #DA53FA;
}
</style>
border-color css
<style>
span { border-color: #DA53FA; }
span { border-color: rgb(218,83,250); }
td.TdClassName
{
border-color: #DA53FA;
}
.TagClassName
{
border-color: #DA53FA;
}
</style>