Shades of Heliotrope #DA53FE
Tints of Heliotrope #DA53FE
RGB
CMYK
RGB Variations
Color information
#DA53FE (or 0xDA53FE) is known color: Heliotrope. HEX triplet: DA, 53 and FE. RGB value is (218,83,254). Sum of RGB (Red+Green+Blue) = 218+83+254=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 83 (32.81% from 255 or 14.95% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA53FE is #25AC01. Grayscale: #8E8E8E. Windows color (decimal): -2468866 or 16667610. OLE color: 16667610.
HSL color Cylindrical-coordinate representation of color #DA53FE: hue angle of 287.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA53FE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 83 | 254 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.00 |
| HSL | 287.37º | 0.99% | 0.66% | - |
| HSV(B) | 287.37º | 0.67% | 1% | - |
| XYZ | 49.9 | 28.25 | 96.59 | - |
| YUV | 142.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 254 | 0.14 | 0.67 | 0 | 0.00 | 287.37 | 0.99 | 0.66 |
| Hex | DA | 53 | FE | E | 43 | 0 | 0 | 11F | 63 | 42 |
| Octal | 332 | 123 | 376 | 16 | 103 | 0 | 0 | 437 | 143 | 102 |
| Binary | 11011010 | 1010011 | 11111110 | 1110 | 1000011 | 0 | 0 | 100011111 | 1100011 | 1000010 |
Color Harmonies of #DA53FE
Complementary color
Monochromatic Colors of #DA53FE
Black with #DA53FE
Text Example
Text Example
White with #DA53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53FE; }
p { color: rgb(218,83,254); }
H1.HeaderClassName
{
color: #DA53FE;
}
.AnyTagClassName
{
color: #DA53FE;
}
</style>
background-color css
<style>
a { background-color: #DA53FE; }
a { background-color: rgb(218,83,254); }
div.DivClassName
{
background-color: #DA53FE;
}
.BgClassName
{
background-color: #DA53FE;
}
</style>
border-color css
<style>
span { border-color: #DA53FE; }
span { border-color: rgb(218,83,254); }
td.TdClassName
{
border-color: #DA53FE;
}
.TagClassName
{
border-color: #DA53FE;
}
</style>