Shades of Heliotrope #D54FFA
Tints of Heliotrope #D54FFA
RGB
CMYK
RGB Variations
Color information
#D54FFA (or 0xD54FFA) is known color: Heliotrope. HEX triplet: D5, 4F and FA. RGB value is (213,79,250). Sum of RGB (Red+Green+Blue) = 213+79+250=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #D54FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54FFA is #2AB005. Grayscale: #8A8A8A. Windows color (decimal): -2797574 or 16404437. OLE color: 16404437.
HSL color Cylindrical-coordinate representation of color #D54FFA: hue angle of 287.02º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54FFA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 79 | 250 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.02 |
| HSL | 287.02º | 0.94% | 0.65% | - |
| HSV(B) | 287.02º | 0.68% | 0.98% | - |
| XYZ | 47.49 | 26.64 | 93.08 | - |
| YUV | 138.56 | 190.89 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 250 | 0.15 | 0.68 | 0 | 0.02 | 287.02 | 0.94 | 0.65 |
| Hex | D5 | 4F | FA | F | 44 | 0 | 2 | 11F | 5E | 41 |
| Octal | 325 | 117 | 372 | 17 | 104 | 0 | 2 | 437 | 136 | 101 |
| Binary | 11010101 | 1001111 | 11111010 | 1111 | 1000100 | 0 | 10 | 100011111 | 1011110 | 1000001 |
Color Harmonies of #D54FFA
Complementary color
Monochromatic Colors of #D54FFA
Black with #D54FFA
Text Example
Text Example
White with #D54FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FFA; }
p { color: rgb(213,79,250); }
H1.HeaderClassName
{
color: #D54FFA;
}
.AnyTagClassName
{
color: #D54FFA;
}
</style>
background-color css
<style>
a { background-color: #D54FFA; }
a { background-color: rgb(213,79,250); }
div.DivClassName
{
background-color: #D54FFA;
}
.BgClassName
{
background-color: #D54FFA;
}
</style>
border-color css
<style>
span { border-color: #D54FFA; }
span { border-color: rgb(213,79,250); }
td.TdClassName
{
border-color: #D54FFA;
}
.TagClassName
{
border-color: #D54FFA;
}
</style>