Shades of Heliotrope #DF6DFA
Tints of Heliotrope #DF6DFA
RGB
CMYK
RGB Variations
Color information
#DF6DFA (or 0xDF6DFA) is known color: Heliotrope. HEX triplet: DF, 6D and FA. RGB value is (223,109,250). Sum of RGB (Red+Green+Blue) = 223+109+250=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6DFA is #209205. Grayscale: #9E9E9E. Windows color (decimal): -2134534 or 16412127. OLE color: 16412127.
HSL color Cylindrical-coordinate representation of color #DF6DFA: hue angle of 288.51º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6DFA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 109 | 250 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.02 |
| HSL | 288.51º | 0.93% | 0.7% | - |
| HSV(B) | 288.51º | 0.56% | 0.98% | - |
| XYZ | 53.16 | 33.53 | 94.11 | - |
| YUV | 159.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 250 | 0.11 | 0.56 | 0 | 0.02 | 288.51 | 0.93 | 0.7 |
| Hex | DF | 6D | FA | B | 38 | 0 | 2 | 121 | 5D | 46 |
| Octal | 337 | 155 | 372 | 13 | 70 | 0 | 2 | 441 | 135 | 106 |
| Binary | 11011111 | 1101101 | 11111010 | 1011 | 111000 | 0 | 10 | 100100001 | 1011101 | 1000110 |
Color Harmonies of #DF6DFA
Complementary color
Monochromatic Colors of #DF6DFA
Black with #DF6DFA
Text Example
Text Example
White with #DF6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DFA; }
p { color: rgb(223,109,250); }
H1.HeaderClassName
{
color: #DF6DFA;
}
.AnyTagClassName
{
color: #DF6DFA;
}
</style>
background-color css
<style>
a { background-color: #DF6DFA; }
a { background-color: rgb(223,109,250); }
div.DivClassName
{
background-color: #DF6DFA;
}
.BgClassName
{
background-color: #DF6DFA;
}
</style>
border-color css
<style>
span { border-color: #DF6DFA; }
span { border-color: rgb(223,109,250); }
td.TdClassName
{
border-color: #DF6DFA;
}
.TagClassName
{
border-color: #DF6DFA;
}
</style>