Shades of Heliotrope #D34FFA
Tints of Heliotrope #D34FFA
RGB
CMYK
RGB Variations
Color information
#D34FFA (or 0xD34FFA) is known color: Heliotrope. HEX triplet: D3, 4F and FA. RGB value is (211,79,250). Sum of RGB (Red+Green+Blue) = 211+79+250=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 79 (31.25% from 255 or 14.63% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #D34FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FFA is #2CB005. Grayscale: #898989. Windows color (decimal): -2928646 or 16404435. OLE color: 16404435.
HSL color Cylindrical-coordinate representation of color #D34FFA: hue angle of 286.32º 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 #D34FFA is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 79 | 250 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.02 |
| HSL | 286.32º | 0.94% | 0.65% | - |
| HSV(B) | 286.32º | 0.68% | 0.98% | - |
| XYZ | 46.92 | 26.34 | 93.05 | - |
| YUV | 137.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 250 | 0.16 | 0.68 | 0 | 0.02 | 286.32 | 0.94 | 0.65 |
| Hex | D3 | 4F | FA | 10 | 44 | 0 | 2 | 11E | 5E | 41 |
| Octal | 323 | 117 | 372 | 20 | 104 | 0 | 2 | 436 | 136 | 101 |
| Binary | 11010011 | 1001111 | 11111010 | 10000 | 1000100 | 0 | 10 | 100011110 | 1011110 | 1000001 |
Color Harmonies of #D34FFA
Complementary color
Monochromatic Colors of #D34FFA
Black with #D34FFA
Text Example
Text Example
White with #D34FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FFA; }
p { color: rgb(211,79,250); }
H1.HeaderClassName
{
color: #D34FFA;
}
.AnyTagClassName
{
color: #D34FFA;
}
</style>
background-color css
<style>
a { background-color: #D34FFA; }
a { background-color: rgb(211,79,250); }
div.DivClassName
{
background-color: #D34FFA;
}
.BgClassName
{
background-color: #D34FFA;
}
</style>
border-color css
<style>
span { border-color: #D34FFA; }
span { border-color: rgb(211,79,250); }
td.TdClassName
{
border-color: #D34FFA;
}
.TagClassName
{
border-color: #D34FFA;
}
</style>