Shades of Heliotrope #D54EFA
Tints of Heliotrope #D54EFA
RGB
CMYK
RGB Variations
Color information
#D54EFA (or 0xD54EFA) is known color: Heliotrope. HEX triplet: D5, 4E and FA. RGB value is (213,78,250). Sum of RGB (Red+Green+Blue) = 213+78+250=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #D54EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54EFA is #2AB105. Grayscale: #898989. Windows color (decimal): -2797830 or 16404181. OLE color: 16404181.
HSL color Cylindrical-coordinate representation of color #D54EFA: hue angle of 287.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54EFA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 78 | 250 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.02 |
| HSL | 287.09º | 0.95% | 0.64% | - |
| HSV(B) | 287.09º | 0.69% | 0.98% | - |
| XYZ | 47.42 | 26.5 | 93.06 | - |
| YUV | 137.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 250 | 0.15 | 0.69 | 0 | 0.02 | 287.09 | 0.95 | 0.64 |
| Hex | D5 | 4E | FA | F | 45 | 0 | 2 | 11F | 5F | 40 |
| Octal | 325 | 116 | 372 | 17 | 105 | 0 | 2 | 437 | 137 | 100 |
| Binary | 11010101 | 1001110 | 11111010 | 1111 | 1000101 | 0 | 10 | 100011111 | 1011111 | 1000000 |
Color Harmonies of #D54EFA
Complementary color
Monochromatic Colors of #D54EFA
Black with #D54EFA
Text Example
Text Example
White with #D54EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54EFA; }
p { color: rgb(213,78,250); }
H1.HeaderClassName
{
color: #D54EFA;
}
.AnyTagClassName
{
color: #D54EFA;
}
</style>
background-color css
<style>
a { background-color: #D54EFA; }
a { background-color: rgb(213,78,250); }
div.DivClassName
{
background-color: #D54EFA;
}
.BgClassName
{
background-color: #D54EFA;
}
</style>
border-color css
<style>
span { border-color: #D54EFA; }
span { border-color: rgb(213,78,250); }
td.TdClassName
{
border-color: #D54EFA;
}
.TagClassName
{
border-color: #D54EFA;
}
</style>