Shades of Heliotrope #D14DFA
Tints of Heliotrope #D14DFA
RGB
CMYK
RGB Variations
Color information
#D14DFA (or 0xD14DFA) is known color: Heliotrope. HEX triplet: D1, 4D and FA. RGB value is (209,77,250). Sum of RGB (Red+Green+Blue) = 209+77+250=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #D14DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DFA is #2EB205. Grayscale: #878787. Windows color (decimal): -3060230 or 16403921. OLE color: 16403921.
HSL color Cylindrical-coordinate representation of color #D14DFA: hue angle of 285.78º 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 #D14DFA is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 77 | 250 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.02 |
| HSL | 285.78º | 0.95% | 0.64% | - |
| HSV(B) | 285.78º | 0.69% | 0.98% | - |
| XYZ | 46.2 | 25.77 | 92.98 | - |
| YUV | 136.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 250 | 0.16 | 0.69 | 0 | 0.02 | 285.78 | 0.95 | 0.64 |
| Hex | D1 | 4D | FA | 10 | 45 | 0 | 2 | 11E | 5F | 40 |
| Octal | 321 | 115 | 372 | 20 | 105 | 0 | 2 | 436 | 137 | 100 |
| Binary | 11010001 | 1001101 | 11111010 | 10000 | 1000101 | 0 | 10 | 100011110 | 1011111 | 1000000 |
Color Harmonies of #D14DFA
Complementary color
Monochromatic Colors of #D14DFA
Black with #D14DFA
Text Example
Text Example
White with #D14DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DFA; }
p { color: rgb(209,77,250); }
H1.HeaderClassName
{
color: #D14DFA;
}
.AnyTagClassName
{
color: #D14DFA;
}
</style>
background-color css
<style>
a { background-color: #D14DFA; }
a { background-color: rgb(209,77,250); }
div.DivClassName
{
background-color: #D14DFA;
}
.BgClassName
{
background-color: #D14DFA;
}
</style>
border-color css
<style>
span { border-color: #D14DFA; }
span { border-color: rgb(209,77,250); }
td.TdClassName
{
border-color: #D14DFA;
}
.TagClassName
{
border-color: #D14DFA;
}
</style>