Shades of Heliotrope #D54AFA
Tints of Heliotrope #D54AFA
RGB
CMYK
RGB Variations
Color information
#D54AFA (or 0xD54AFA) is known color: Heliotrope. HEX triplet: D5, 4A and FA. RGB value is (213,74,250). Sum of RGB (Red+Green+Blue) = 213+74+250=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #D54AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54AFA is #2AB505. Grayscale: #878787. Windows color (decimal): -2798854 or 16403157. OLE color: 16403157.
HSL color Cylindrical-coordinate representation of color #D54AFA: hue angle of 287.39º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54AFA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 74 | 250 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.02 |
| HSL | 287.39º | 0.95% | 0.64% | - |
| HSV(B) | 287.39º | 0.7% | 0.98% | - |
| XYZ | 47.14 | 25.95 | 92.97 | - |
| YUV | 135.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 250 | 0.15 | 0.70 | 0 | 0.02 | 287.39 | 0.95 | 0.64 |
| Hex | D5 | 4A | FA | F | 46 | 0 | 2 | 11F | 5F | 40 |
| Octal | 325 | 112 | 372 | 17 | 106 | 0 | 2 | 437 | 137 | 100 |
| Binary | 11010101 | 1001010 | 11111010 | 1111 | 1000110 | 0 | 10 | 100011111 | 1011111 | 1000000 |
Color Harmonies of #D54AFA
Complementary color
Monochromatic Colors of #D54AFA
Black with #D54AFA
Text Example
Text Example
White with #D54AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AFA; }
p { color: rgb(213,74,250); }
H1.HeaderClassName
{
color: #D54AFA;
}
.AnyTagClassName
{
color: #D54AFA;
}
</style>
background-color css
<style>
a { background-color: #D54AFA; }
a { background-color: rgb(213,74,250); }
div.DivClassName
{
background-color: #D54AFA;
}
.BgClassName
{
background-color: #D54AFA;
}
</style>
border-color css
<style>
span { border-color: #D54AFA; }
span { border-color: rgb(213,74,250); }
td.TdClassName
{
border-color: #D54AFA;
}
.TagClassName
{
border-color: #D54AFA;
}
</style>